EnumerationEquals Method (Enumeration) |
Determines whether two object instances are equal.
Namespace: GroupDocs.Conversion.ContractsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic virtual bool Equals(
Enumeration other
)
Public Overridable Function Equals (
other As Enumeration
) As Boolean
public:
virtual bool Equals(
Enumeration^ other
)
abstract Equals :
other : Enumeration -> bool
override Equals :
other : Enumeration -> bool
Parameters
- other
- Type: GroupDocs.Conversion.ContractsEnumeration
The object to compare with the current object.
Return Value
Type:
Booleantrue if the specified object is equal to the current object; otherwise,
false.
Implements
IEquatableTEquals(T)
See Also