FontWeight.Equality(FontWeight, FontWeight) Operador

Definição

Compara duas instâncias de FontWeight igualdade.

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

A primeira instância a FontWeight ser comparada.

right
FontWeight

A segunda instância a FontWeight ser comparada.

Retornos

true se as instâncias forem FontWeight iguais; caso contrário, false.

Aplica-se a