Determines whether the current System.Threading.CancellationTokenRegistration instance is equal to the specified System.Threading.CancellationTokenRegistration.
- other
- The other System.Threading.CancellationTokenRegistration to which to compare this instance.
True, if both this and other are equal. False, otherwise.
Two System.Threading.CancellationTokenRegistration instances are equal if they both refer to the output of a single call to the same Register method of a System.Threading.CancellationToken.