Label.Inequality(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 op_Inequality : 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)

適用対象