FontStretch.LessThan(FontStretch, FontStretch) Operatör

Tanım

Bir örneğin FontStretch diğerinden küçük olup olmadığını belirlemek için iki örneğini değerlendirir.

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

Parametreler

left
FontStretch

Karşılaştıracak ilk örneği FontStretch .

right
FontStretch

Karşılaştırmak için ikinci örneği FontStretch .

Döndürülenler

Boolean

truedeğerinden küçükseleft; değilse, false.right

Şunlara uygulanır