EventRegistrationToken.Equality 연산자

정의

두 개의 EventRegistrationToken 인스턴스가 같은지를 표시합니다.

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 ( = ) : System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken * System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken -> bool
Public Shared Operator == (left As EventRegistrationToken, right As EventRegistrationToken) As Boolean

매개 변수

left
EventRegistrationToken

비교할 첫 번째 인스턴스입니다.

right
EventRegistrationToken

비교할 두 번째 인스턴스입니다.

반환

두 개체가 같으면 true이고, 그러지 않으면 false입니다.

적용 대상