FontStretch.GreaterThanOrEqual(FontStretch, FontStretch) Operador

Definição

Avalia duas instâncias de FontStretch para determinar se uma é maior ou igual à outra.

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

Parâmetros

left
FontStretch

A primeira instância de FontStretch para comparar.

right
FontStretch

A segunda instância de FontStretch para comparar.

Retornos

Boolean

true se left for maior ou igual a right; caso contrário, false.

Aplica-se a