FontWeight.Equality(FontWeight, FontWeight) Operador

Definición

Compara dos instancias de FontWeight para determinar si 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 ( = ) : 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

Es true si las instancias de FontWeight son iguales; en caso contrario, es false.

Se aplica a