SortVersion::Equality Operator (SortVersion^, SortVersion^)
.NET Framework (current version)
Indicates whether two SortVersion instances are 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.
Two SortVersion objects are equal if both are null, or if their FullVersion and SortId properties are equal.
.NET Framework
Available since 4.5
Available since 4.5
Show: