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

매개 변수

a
Label

b와 비교할 Label입니다.

b
Label

a와 비교할 Label입니다.

반환

Boolean

truea와 다르면 b이고, 그러지 않으면 false입니다.

설명

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

적용 대상