FontStretch.GreaterThanOrEqual(FontStretch, FontStretch) Operator

Definitie

Hiermee worden twee exemplaren geëvalueerd om FontStretch te bepalen of één exemplaar groter is dan of gelijk is aan de andere.

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

Parameters

left
FontStretch

Het eerste exemplaar van FontStretch het vergelijken.

right
FontStretch

Het tweede exemplaar van FontStretch het vergelijken.

Retouren

trueindien left groter dan of gelijk aan right; anders . false

Van toepassing op