GCHandle.Inequality(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 op_Inequality : System.Runtime.InteropServices.GCHandle * System.Runtime.InteropServices.GCHandle -> bool
Public Shared Operator != (a As GCHandle, b As GCHandle) As Boolean

매개 변수

a
GCHandle

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

b
GCHandle

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

반품

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

설명

이 연산자에 해당하는 메서드는 .입니다 GCHandle.Equals.

적용 대상