FontStretch.Inequality(FontStretch, FontStretch) Operator

Definition

Wertet zwei Instanzen von FontStretch Ungleichheiten aus.

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

Parameter

left
FontStretch

Die erste Zu vergleichende FontStretch Instanz.

right
FontStretch

Die zweite Instanz des Vergleichs FontStretch .

Gibt zurück

falsewenn left gleich right; andernfalls . true

Gilt für: