operator!=()
SortVersion::operator!=(const SortVersion&) method
Checks if current SortVersion instance is not equal to a specified SortVersion object.
bool System::Globalization::SortVersion::operator!=(const SortVersion &other)
Arguments
| Parameter | Type | Description | 
|---|---|---|
| other | const SortVersion& | The object to compare. | 
Return Value
true if objects represents the different versions, otherwise - false.
See Also
- Class SortVersion
- Namespace System::Globalization
- Library Aspose.Slides