Equals Method (CancellationToken)
Collapse the table of content
Expand the table of content

CancellationToken.Equals Method (CancellationToken)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

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

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

Parameters

other
Type: System.Threading.CancellationToken
The other CancellationToken to which to compare this instance.

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft