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