EventRegistrationToken::Equality Operator (EventRegistrationToken, EventRegistrationToken)
.NET Framework (current version)
Indicates whether two EventRegistrationToken instances are equal.
Assembly: mscorlib (in mscorlib.dll)
public: static bool operator ==( EventRegistrationToken left, EventRegistrationToken right )
Parameters
- left
-
Type:
System.Runtime.InteropServices.WindowsRuntime::EventRegistrationToken
The first instance to compare.
- right
-
Type:
System.Runtime.InteropServices.WindowsRuntime::EventRegistrationToken
The second instance to compare.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: