This documentation is archived and is not being maintained.
Version Operators
Visual Studio 2010
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: