FontStretch.GreaterThanOrEqual(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.

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