Label.Equality(Label, Label) 연산자

정의

Label 구조체가 같은지 여부를 나타냅니다.

public:
 static bool operator ==(System::Reflection::Emit::Label a, System::Reflection::Emit::Label b);
public static bool operator ==(System.Reflection.Emit.Label a, System.Reflection.Emit.Label b);
static member ( = ) : System.Reflection.Emit.Label * System.Reflection.Emit.Label -> bool
Public Shared Operator == (a As Label, b As Label) As Boolean

매개 변수

a
Label

Label 비교할 입니다b.

b
Label

Label 비교할 입니다a.

반품

가 같으면 /&이고 , 그렇지 않으면 .

설명

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

적용 대상