4 [__DynamicallyInvokable]
7 internal ulong m_value;
9 internal ulong Value => m_value;
21 [__DynamicallyInvokable]
32 [__DynamicallyInvokable]
35 return !left.
Equals(right);
42 [__DynamicallyInvokable]
43 public override bool Equals(
object obj)
54 [__DynamicallyInvokable]
57 return m_value.GetHashCode();
A token that is returned when an event handler is added to a Windows Runtime event....
static bool operator !=(EventRegistrationToken left, EventRegistrationToken right)
Indicates whether two T:System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken instance...
override int GetHashCode()
Returns the hash code for this instance.
static bool operator==(EventRegistrationToken left, EventRegistrationToken right)
Indicates whether two T:System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken instance...
override bool Equals(object obj)
Returns a value that indicates whether the current object is equal to the specified object.