SemanticVersion Operators |
The SemanticVersion type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality |
Determines whether two specified semantic versions have the same value.
| |
| GreaterThan |
Determines whether the first specified SemanticVersion is greater than the second specified SemanticVersion.
| |
| GreaterThanOrEqual |
Determines whether the first specified SemanticVersion is greater than or equal to the second specified SemanticVersion.
| |
| Inequality |
Determines whether two specified semantic versions have different values.
| |
| LessThan |
Determines whether the first specified SemanticVersion is less than the second specified SemanticVersion.
| |
| LessThanOrEqual |
Determines whether the first specified SemanticVersion is less than or equal to the second specified SemanticVersion.
|