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

UIntPtr.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 instances of UIntPtr are equal.

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

'Declaration
Public Shared Operator = ( _
	value1 As UIntPtr, _
	value2 As UIntPtr _
) As Boolean

Parameters

value1
Type: System.UIntPtr
A UIntPtr.
value2
Type: System.UIntPtr
A UIntPtr.

Return Value

Type: System.Boolean
true if value1 equals value2; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft