System::Globalization::SortVersion::operator== method
SortVersion::operator== method
Checks if current SortVersion instance is equal to a specified SortVersion object.
bool System::Globalization::SortVersion::operator==(const SortVersion &other)
| Parameter | Type | Description | 
|---|---|---|
| other | const SortVersion& | The object to compare. | 
ReturnValue
true if objects represents the same version, otherwise - false.
See Also
- Class SortVersion
 - Class SortVersion
 - Namespace System::Globalization
 - Library Aspose.Font for C++