Click or drag to resize

SemanticVersion Operators

The SemanticVersion type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified semantic versions have the same value.
Public operatorStatic memberGreaterThan
Determines whether the first specified SemanticVersion is greater than the second specified SemanticVersion.
Public operatorStatic memberGreaterThanOrEqual
Determines whether the first specified SemanticVersion is greater than or equal to the second specified SemanticVersion.
Public operatorStatic memberInequality
Determines whether two specified semantic versions have different values.
Public operatorStatic memberLessThan
Determines whether the first specified SemanticVersion is less than the second specified SemanticVersion.
Public operatorStatic memberLessThanOrEqual
Determines whether the first specified SemanticVersion is less than or equal to the second specified SemanticVersion.
Top
See Also