XmpClosedChoice
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.ms.System.IEquatable
public abstract class XmpClosedChoice<T> implements System.IEquatable<XmpClosedChoice<T>>
Represents XMP Closed Choice.
T : Type of closed choice.
| Method | Description |
|---|---|
| hashCode() | Returns a hash code for this instance. |
| equals(Object obj) | Indicates whether the current object is equal to another object of the same type. |
| equals(XmpClosedChoice |
Indicates whether the current object is equal to another object of the same type. |
| toString() | Returns a String that represents this instance. |
public int hashCode()
Returns a hash code for this instance.
Returns: int - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
public boolean equals(Object obj)
Indicates whether the current object is equal to another object of the same type.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object | An object to compare with this object. |
Returns: boolean - true if the current object is equal to the 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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | XmpClosedChoice | An object to compare with this object. |
Returns: boolean - true if the current object is equal to the other parameter; otherwise, false.
public String toString()
Returns a String that represents this instance.
Returns: java.lang.String - A String that represents this instance.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.