CancellationToken.Equals Method (CancellationToken)
.NET Framework (current version)
Determines whether the current CancellationToken instance is equal to the specified token.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- other
-
Type:
System.Threading.CancellationToken
The other CancellationToken to which to compare this instance.
Return Value
Type: System.Booleantrue if the 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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 5.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 5.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: