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

CancellationTokenRegistration.Inequality Operator

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Determines whether two CancellationTokenRegistration instances are not equal.

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

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

Parameters

left
Type: System.Threading.CancellationTokenRegistration
The first instance.
right
Type: System.Threading.CancellationTokenRegistration
The second instance.

Return Value

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

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft