Label.Equality(Label, Label) Operatore

Definizione

Indica se due strutture Label sono uguali.

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

Parametri

a
Label

Oggetto Label da confrontare con b.

b
Label

Oggetto Label da confrontare con a.

Restituisce

true se a è uguale a b; in caso contrario, false.

Commenti

Il metodo equivalente per questo operatore è Label.Equals(Label).

Si applica a