FontWeight.Inequality(FontWeight, FontWeight) Operator

Definition

Wertet zwei Instanzen von FontWeight Ungleichheiten aus.

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 Zu vergleichende FontWeight Instanz.

right
FontWeight

Die zweite Instanz des Vergleichs FontWeight .

Gibt zurück

falsewenn left gleich right; andernfalls . true

Gilt für: