Click or drag to resize

SemanticVersion Operators

The SemanticVersion type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(SemanticVersion, SemanticVersion) Implements the operator ==.
Public operatorStatic memberGreaterThan(SemanticVersion, SemanticVersion) Implements the operator >.
Public operatorStatic memberGreaterThanOrEqual(SemanticVersion, SemanticVersion) Implements the operator >=.
Public operatorStatic memberInequality(SemanticVersion, SemanticVersion) Implements the operator !=.
Public operatorStatic memberLessThan(SemanticVersion, SemanticVersion) Implements the operator <.
Public operatorStatic memberLessThanOrEqual(SemanticVersion, SemanticVersion) Implements the operator <=.
Top
See Also