FontWeight.Inequality(FontWeight, FontWeight) Operador

Definición

Evalúa dos instancias de FontWeight para determinar la desigualdad.

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 que FontWeight se va a comparar.

right
FontWeight

Segunda instancia de FontWeight que se va a comparar.

Devoluciones

false es si left es igual a right; de lo contrario, truees .

Se aplica a