FontStretch.Inequality(FontStretch, FontStretch) Operador

Definición

Evalúa dos instancias de FontStretch para determinar si no son iguales.

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

Parámetros

left
FontStretch

Primera instancia de FontStretch que se va a comparar.

right
FontStretch

Segunda instancia de FontStretch que se va a comparar.

Devoluciones

false si left es igual a right; en caso contrario, true.

Se aplica a