SortVersion::Inequality Operator (SortVersion^, SortVersion^)
.NET Framework (current version)
Indicates whether two SortVersion instances are not equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
-
Type:
System.Globalization::SortVersion^
The first instance to compare.
- right
-
Type:
System.Globalization::SortVersion^
The second instance to compare.
Return Value
Type: System::Booleantrue if the values of left and right are not equal; otherwise, false.
Two SortVersion objects are not equal if one is null and the other is not, or if they have different FullVersion or SortId property values.
.NET Framework
Available since 4.5
Available since 4.5
Show: