CancellationTokenRegistration.Equality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether two CancellationTokenRegistration instances are equal.
Assembly: mscorlib (in mscorlib.dll)
public static bool operator ==( CancellationTokenRegistration left, CancellationTokenRegistration right )
Parameters
- left
- Type: System.Threading.CancellationTokenRegistration
The first instance.
- right
- Type: System.Threading.CancellationTokenRegistration
The second instance.
Show: