Label.Equality(Label, Label) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出兩個 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
參數
傳回
如果 true
等於 a
,則為 b
,否則為 false
。
備註
這個運算子 Label.Equals(Label)的對等方法是 。