CancellationToken.Equals Method (CancellationToken)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Determines whether the current CancellationToken instance is equal to the specified token.

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

Syntax

'Declaration
Public Function Equals ( _
    other As CancellationToken _
) As Boolean
public bool Equals(
    CancellationToken other
)

Parameters

Return Value

Type: System.Boolean
True 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.

Version Information

Silverlight

Supported in: 5

Platforms

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