Equals Method (CancellationToken)
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| CancellationToken..::.Equals Method (CancellationToken) |
| CancellationToken Structure See Also Send Feedback |
Determines whether the current CancellationToken instance is equal to the
specified token.
Namespace:
System.Threading
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Equals ( _ other As CancellationToken _ ) As Boolean |
| C# |
|---|
public bool Equals( CancellationToken other ) |
Parameters
- other
- Type: System.Threading..::.CancellationToken
The other CancellationToken to which to compare this instance.