CancellationToken::Inequality Operator
Determines whether two CancellationToken instances are not equal.
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
- Type: System.Threading::CancellationToken
The first instance.
- right
- Type: System.Threading::CancellationToken
The second instance.
| Exception | Condition |
|---|---|
| ObjectDisposedException | An associated CancellationTokenSource has been disposed. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: