Equals
Equals(object)
Indicates whether the current object is equal to another object of the same type.
public override bool Equals(object obj)
| Parameter | Type | Description | 
|---|---|---|
| obj | Object | An object to compare with this object. | 
Return Value
true if the current object is equal to the obj parameter; otherwise, false.
See Also
- class XmpClosedChoice<T>
 - namespace GroupDocs.Metadata.Standards.Xmp
 - assembly GroupDocs.Metadata
 
Equals(XmpClosedChoice)
public bool Equals(XmpClosedChoice other)
See Also
- class XmpClosedChoice<T>
 - namespace GroupDocs.Metadata.Standards.Xmp
 - assembly GroupDocs.Metadata