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