FontStretch.LessThanOrEqual(FontStretch, FontStretch) Operador

Definición

Evalúa dos instancias de FontStretch para determinar si una es menor o igual 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

Es true si left es menor o igual que right; en caso contrario, es false.

Se aplica a