FontStretch.LessThan(FontStretch, FontStretch) Operátor

Definice

Vyhodnotí dvě instance FontStretch a určí, jestli je jedna instance menší 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 menší než right; jinak , false.

Platí pro