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 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 Objectobj - 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.public int hashCode()
Returns a hash code for this instance.
Copyright © 2026. All rights reserved.