System::Globalization::SortKey::Equals method
SortKey::Equals method
Checks if the specified object is equal to the current SortKey object.
bool System::Globalization::SortKey::Equals(SharedPtr<Object> value) override
Parameter | Type | Description |
---|---|---|
value | SharedPtr<Object> | The object to compare with the current SortKey object. |
ReturnValue
true if objects are equals, otherwise - false.
See Also
- Typedef SharedPtr
- Class Object
- Class SortKey
- Namespace System::Globalization
- Library Aspose.PUB for C++