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