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

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.

Namespace:  System.Runtime.InteropServices.WindowsRuntime
Assembly:  mscorlib (in mscorlib.dll)

public static bool operator !=(
	EventRegistrationToken left,
	EventRegistrationToken right
)

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.

Return Value

Type: System.Boolean
true if the two instances are not equal; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft