Inequality Operator
Collapse the table of content
Expand the table of content

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

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

'Declaration
Public Shared Operator <> ( _
	value1 As IntPtr, _
	value2 As IntPtr _
) As Boolean

Parameters

value1
Type: System.IntPtr
An IntPtr.
value2
Type: System.IntPtr
An IntPtr.

Return Value

Type: System.Boolean
true if value1 does not equal value2; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft