CancellationToken.Equals Method (Object)
.NET Framework 4.5
Determines whether the current CancellationToken instance is equal to the specified Object.
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Parameters
- other
- Type: System.Object
The other object to which to compare this instance.
Return Value
Type: System.BooleanTrue if other is a CancellationToken and if the two instances are equal; otherwise, false. Two tokens are equal if they are associated with the same CancellationTokenSource or if they were both constructed from public CancellationToken constructors and their IsCancellationRequested values are equal.
| Exception | Condition |
|---|---|
| ObjectDisposedException | An associated CancellationTokenSource has been disposed. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.