Equality Operator
Collapse the table of content
Expand the table of content

Version.Equality 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 equal.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Shared Operator = ( _
	v1 As Version, _
	v2 As Version _
) As Boolean

Parameters

v1
Type: System.Version
The first Version object.
v2
Type: System.Version
The second Version object.

Return Value

Type: System.Boolean
true if v1 equals v2; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft