System::Globalization::SortVersion::Equals method
Contents
[
Hide
]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
Parameter | Type | Description |
---|---|---|
other | SharedPtr<Object> | The object to compare. |
ReturnValue
true if objects represents the same version, otherwise - false.
See Also
- Typedef SharedPtr
- Class Object
- Class SortVersion
- Namespace System::Globalization
- Library Aspose.PDF for C++
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
Parameter | Type | Description |
---|---|---|
other | SharedPtr<SortVersion> | The object to compare. |
ReturnValue
true if objects represents the same version, otherwise - false.
See Also
- Typedef SharedPtr
- Class SortVersion
- Class SortVersion
- Namespace System::Globalization
- Library Aspose.PDF for C++