EventRegistrationToken.Inequality Operator

Definition

Anger om två EventRegistrationToken instanser inte är lika med.

public:
 static bool operator !=(System::Runtime::InteropServices::WindowsRuntime::EventRegistrationToken left, System::Runtime::InteropServices::WindowsRuntime::EventRegistrationToken right);
public static bool operator !=(System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken left, System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken right);
static member op_Inequality : System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken * System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken -> bool
Public Shared Operator != (left As EventRegistrationToken, right As EventRegistrationToken) As Boolean

Parametrar

left
EventRegistrationToken

Den första instansen att jämföra.

right
EventRegistrationToken

Den andra instansen att jämföra.

Returer

trueom de två instanserna inte är lika med; annars . false

Gäller för