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

Labelb.

b
Label

Labela.

返回

true 如果 a 等于 b,则为 ;否则为 false

注解

此运算符 Label.Equals(Label)的等效方法是 。

适用于