Compartilhar via


FontStretch.Inequality(FontStretch, FontStretch) Operador

Definição

Avalia duas instâncias de FontStretch para determinar desigualdade.

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

A primeira instância de FontStretch para comparar.

right
FontStretch

A segunda instância de FontStretch para comparar.

Retornos

Boolean

false se left for igual a right; caso contrário, true.

Aplica-se a