Version Operators
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Version type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equality | Determines whether two specified Version objects are equal. |
|
GreaterThan | Determines whether the first specified Version object is greater than the second specified Version object. |
|
GreaterThanOrEqual | Determines whether the first specified Version object is greater than or equal to the second specified Version object. |
|
Inequality | Determines whether two specified Version objects are not equal. |
|
LessThan | Determines whether the first specified Version object is less than the second specified Version object. |
|
LessThanOrEqual | Determines whether the first specified Version object is less than or equal to the second Version object. |
Show: