FontWeight.Equality(FontWeight, FontWeight) Operator

Definicja

Porównuje dwa wystąpienia FontWeight równości.

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

Parametry

left
FontWeight

Pierwsze wystąpienie klasy FontWeight do porównania.

right
FontWeight

Drugie wystąpienie klasy FontWeight do porównania.

Zwraca

truejeśli wystąpienia są FontWeight równe; w przeciwnym razie . false

Dotyczy