This documentation is archived and is not being maintained.
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
Return Value
Type:
System.Booleantrue if value1 does not equal value2; otherwise, false.
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0