System::IEquatable::Equals method
IEquatable::Equals method
Determines if the the current and specified objects are equal.
virtual bool System::IEquatable<T>::Equals(T other)=0
Parameter | Type | Description |
---|---|---|
other | T | The object to compare the current object with |
ReturnValue
True if the objects are equal, otherwise - false
See Also
- Class IEquatable
- Namespace System
- Library Aspose.PUB for C++