public abstract class ClosedChoice<T> extends Object implements com.aspose.ms.System.IEquatable<ClosedChoice<T>>
Represents XMP Closed Choice.
T
: Type of closed choice.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ClosedChoice<T> other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
equals(Object obj)
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
System.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<ClosedChoice<T>>
equals
in class Object
obj
- An object to compare with this object.obj
parameter; otherwise, false.public final boolean equals(ClosedChoice<T> other)
Indicates whether the current object is equal to another object of the same type.
other
- An object to compare with this object.
T
: Type of choice.
other
parameter; otherwise, false.Copyright © 2019. All rights reserved.