Version.LessThan Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the first specified Version object is less than the second specified Version object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- v1
- Type: System.Version
The first Version object.
- v2
- Type: System.Version
The second Version object.
| Exception | Condition |
|---|---|
| ArgumentNullException | v1 is Nothing. |
Show: