GCHandle.Equality(GCHandle, GCHandle) 연산자

정의

GCHandle 개체가 같은지 여부를 나타내는 값을 반환합니다.

public:
 static bool operator ==(System::Runtime::InteropServices::GCHandle a, System::Runtime::InteropServices::GCHandle b);
public static bool operator == (System.Runtime.InteropServices.GCHandle a, System.Runtime.InteropServices.GCHandle b);
static member ( = ) : System.Runtime.InteropServices.GCHandle * System.Runtime.InteropServices.GCHandle -> bool
Public Shared Operator == (a As GCHandle, b As GCHandle) As Boolean

매개 변수

a
GCHandle

b 매개 변수와 비교할 GCHandle 개체입니다.

b
GCHandle

a 매개 변수와 비교할 GCHandle 개체입니다.

반환

ab 매개 변수가 같으면 true이고, 그렇지 않으면 false입니다.

설명

이 연산자에 대 한 해당 메서드는 GCHandle.Equals합니다.

적용 대상