Sprache

FontStyle.Inequality(FontStyle, FontStyle) Operator

Definition

Wertet zwei Instanzen von FontStyle Ungleichheiten aus.

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

Parameter

left
FontStyle

Die erste Zu vergleichende FontStyle Instanz.

right
FontStyle

Die zweite Instanz des Vergleichs FontStyle .

Gibt zurück

false left anzuzeigen ist gleich right; andernfalls true.

Gilt für: