Version.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether two specified Version objects are not equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- v1
- Type: System.Version
The first Version object.
- v2
- Type: System.Version
The second Version object.
Show: