Version Operators

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(Version^, Version^)

Determines whether two specified Version objects are equal.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(Version^, Version^)

Determines whether the first specified Version object is greater than the second specified Version object.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThanOrEqual(Version^, Version^)

Determines whether the first specified Version object is greater than or equal to the second specified Version object.

System_CAPS_puboperatorSystem_CAPS_staticInequality(Version^, Version^)

Determines whether two specified Version objects are not equal.

System_CAPS_puboperatorSystem_CAPS_staticLessThan(Version^, Version^)

Determines whether the first specified Version object is less than the second specified Version object.

System_CAPS_puboperatorSystem_CAPS_staticLessThanOrEqual(Version^, Version^)

Determines whether the first specified Version object is less than or equal to the second Version object.

Return to top
Show: