public abstract class XmpClosedChoice<T> extends Object implements com.aspose.ms.System.IEquatable<XmpClosedChoice<T>>
Represents XMP Closed Choice.
T
: Type of closed choice.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
equals(XmpClosedChoice<T> other)
Indicates whether the current object is equal to another object of the same type.
|
int |
hashCode()
Returns a hash code for this instance.
|
String |
toString()
Returns a
String that represents this instance. |
public int hashCode()
Returns a hash code for this instance.
public boolean equals(Object obj)
Indicates whether the current object is equal to another object of the same type.
equals
in interface com.aspose.ms.System.IEquatable<XmpClosedChoice<T>>
equals
in class Object
obj
- An object to compare with this object.obj
parameter; otherwise, false.public final boolean equals(XmpClosedChoice<T> other)
Indicates whether the current object is equal to another object of the same type.
other
- An object to compare with this object.other
parameter; otherwise, false.