FontStyle.Inequality(FontStyle, FontStyle) Betreiber

Definition

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

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 Instanz eines zu vergleichenden FontStyle.

right
FontStyle

Die zweite Instanz eines zu vergleichenden FontStyle.

Gibt zurück

Boolean

false, um anzugeben, dass left und right gleich sind, andernfalls true.

Gilt für