FontStretch.Inequality(FontStretch, FontStretch) Operatore

Definizione

Valuta due istanze di FontStretch per determinare se sono diverse.

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

Parametri

left
FontStretch

Prima istanza dell'oggetto FontStretch da confrontare.

right
FontStretch

Seconda istanza dell'oggetto FontStretch da confrontare.

Restituisce

false se left è uguale a right; in caso contrario, true.

Si applica a