FontWeight.Inequality(FontWeight, FontWeight) Operador

Definición

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

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

Primera instancia de FontWeight que se va a comparar.

right
FontWeight

Segunda instancia de FontWeight que se va a comparar.

Devoluciones

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

Se aplica a