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

要和 b 比較的 Label

b
Label

要和 a 比較的 Label

傳回

如果 true 等於 a,則為 b,否則為 false

備註

這個運算子 Label.Equals(Label) 的對等方法是 。

適用於