CancellationToken::Inequality Operator

Determines whether two CancellationToken instances are not equal.

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

No code example is currently available or this language may not be supported.

Parameters

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

Return Value

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

ExceptionCondition
ObjectDisposedException

An associated CancellationTokenSource has been disposed.

Silverlight

Supported in: 5

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

ADD
Show: