Equals()
SortVersion::Equals(SharedPtr<SortVersion>) method
Checks if current SortVersion instance is equal to a specified SortVersion object.
bool System::Globalization::SortVersion::Equals(SharedPtr<SortVersion> other) override
Arguments
Parameter | Type | Description |
---|---|---|
other | SharedPtr<SortVersion> | The object to compare. |
Return Value
true if objects represents the same version, otherwise - false.
SortVersion::Equals(SharedPtr<Object>) method
Checks if current SortVersion instance is equal to a specified SortVersion object.
bool System::Globalization::SortVersion::Equals(SharedPtr<Object> other) override
Arguments
Parameter | Type | Description |
---|---|---|
other | SharedPtr<Object> | The object to compare. |
Return Value
true if objects represents the same version, otherwise - false.
See Also
- Typedef SharedPtr
- Class SortVersion
- Class Object
- Namespace System::Globalization
- Library Aspose.Slides