This documentation is archived and is not being maintained.
CancellationToken::Equals Method (CancellationToken)
Visual Studio 2010
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: