FontStretch.LessThanOrEqual(FontStretch, FontStretch) Operátor

Definice

Vyhodnotí dvě instance FontStretch a určí, jestli je jedna instance menší nebo rovna druhé instanci.

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ší nebo rovno right; v opačném případě false.

Platí pro