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 для сравнения.

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

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

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