Equals
Equals(object)
Determines whether two object instances are equal.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object to compare with the current object. |
Return Value
true
if the specified object is equal to the current object; otherwise, false
.
See Also
- class Enumeration
- namespace GroupDocs.Conversion.Contracts
- assembly GroupDocs.Conversion
Equals(Enumeration)
Determines whether two object instances are equal.
public virtual bool Equals(Enumeration other)
Parameter | Type | Description |
---|---|---|
other | Enumeration | The object to compare with the current object. |
Return Value
true
if the specified object is equal to the current object; otherwise, false
.
See Also
- class Enumeration
- namespace GroupDocs.Conversion.Contracts
- assembly GroupDocs.Conversion