FontWeight.Equality(FontWeight, FontWeight) Оператор

Определение

Сравнивает на равенство два экземпляра FontWeight.

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

Параметры

left
FontWeight

Первый экземпляр FontWeight для сравнения.

right
FontWeight

Второй экземпляр FontWeight для сравнения.

Возвращаемое значение

Значение true, если экземпляры FontWeight равны; в противном случае — значение false.

Применяется к