FontStretch.GreaterThan(FontStretch, FontStretch) Operador

Definición

Evalúa dos instancias de FontStretch para determinar si una es mayor que la otra.

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

Primera instancia de FontStretch que se va a comparar.

right
FontStretch

Segunda instancia de FontStretch que se va a comparar.

Devoluciones

Boolean

Es true si left es mayor que right; en caso contrario, es false.

Se aplica a