FontWeight.Inequality(FontWeight, FontWeight) Betreiber

Definition

Wertet zwei Instanzen von FontWeight aus, um zu bestimmen, ob sie ungleich sind.

public:
 static bool operator !=(System::Windows::FontWeight left, System::Windows::FontWeight right);
public static bool operator != (System.Windows.FontWeight left, System.Windows.FontWeight right);
static member op_Inequality : System.Windows.FontWeight * System.Windows.FontWeight -> bool
Public Shared Operator != (left As FontWeight, right As FontWeight) As Boolean

Parameter

left
FontWeight

Die erste Instanz eines zu vergleichenden FontWeight.

right
FontWeight

Die zweite Instanz eines zu vergleichenden FontWeight.

Gibt zurück

false, wenn left und right gleich sind, andernfalls true.

Gilt für: