Label.Equality(Label, Label) Operator

定義

2 つの 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

返品

true abと等しい場合は ɳ。それ以外の場合はfalse

注釈

この演算子の同等のメソッドは Label.Equals(Label)

適用対象