CancellationTokenRegistration.Equals Method (Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the current CancellationTokenRegistration instance is equal to the specified CancellationTokenRegistration.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Object
The other object to which to compare this instance.
Return Value
Type: System.BooleanTrue, if both this and obj are equal. False, otherwise.
Two CancellationTokenRegistration instances are equal if they both refer to the output of a single call to the same Register method of a CancellationToken.
Show: