FontWeight.Inequality(FontWeight, FontWeight) Operador

Definição

Avalia duas instâncias de FontWeight para determinar desigualdade.

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

Parâmetros

left
FontWeight

A primeira instância de FontWeight para comparar.

right
FontWeight

A segunda instância de FontWeight para comparar.

Retornos

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

Aplica-se a