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

Определение

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

public:
 static bool operator ==(System::Windows::FontStyle left, System::Windows::FontStyle right);
public static bool operator == (System.Windows.FontStyle left, System.Windows.FontStyle right);
static member ( = ) : System.Windows.FontStyle * System.Windows.FontStyle -> bool
Public Shared Operator == (left As FontStyle, right As FontStyle) As Boolean

Параметры

left
FontStyle

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

right
FontStyle

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

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

Boolean

Значение true для указания равенства указанных объектов FontStyle; в противном случае — значение false.

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