System::Globalization::SortVersion::operator!= method

SortVersion::operator!= method

Checks if current SortVersion instance is not equal to a specified SortVersion object.

bool System::Globalization::SortVersion::operator!=(const SortVersion &other)
ParameterTypeDescription
otherconst SortVersion&The object to compare.

ReturnValue

true if objects represents the different versions, otherwise - false.

See Also