FontStretch.GreaterThan(FontStretch, FontStretch) Operátor

Definice

Vyhodnotí dvě instance, ze FontStretch které určíte, jestli je jedna instance větší než druhá.

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

Parametry

left
FontStretch

První instance FontStretch porovnání.

right
FontStretch

Druhá instance FontStretch porovnání.

Návraty

Boolean

true je-li left větší než right; v opačném případě false.

Platí pro