Label.Inequality(Label, Label) Operator

Definition

Anger om två Label strukturer inte är lika med.

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

Parametrar

a
Label

Att Label jämföra med b.

b
Label

Att Label jämföra med a.

Returer

true om a inte är lika med b, annars , false.

Kommentarer

Motsvarande metod för den här operatorn är Label.Equals(Label).

Gäller för