FontWeight.Equality(FontWeight, FontWeight) Operador

Definição

Compara duas instâncias de FontWeight para 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 de FontWeight comparar.

right
FontWeight

A segunda ocorrência de FontWeight comparar.

Devoluções

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

Aplica-se a