FontStretch.GreaterThan(FontStretch, FontStretch) Оператор

Определение

Оценивает два экземпляра FontStretch с целью определить, верно ли, что один больше другого.

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

Параметры

left
FontStretch

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

right
FontStretch

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

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

Boolean

Значение true, если left больше right; в противном случае — значение false.

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