EventRegistrationToken.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether two EventRegistrationToken instances are not equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
- Type: System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken
The first instance to compare.
- right
- Type: System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken
The second instance to compare.
Show: