IComparisonOperators<TSelf,TOther,TResult>.LessThan Opérateur

Définition

Compare deux valeurs pour déterminer ce qui est inférieur.

public:
 static TResult operator <(TSelf left, TOther right);
public static abstract TResult operator <(TSelf left, TOther right);
static member ( < ) : 'Self * 'Other -> 'Result
Public Shared Operator < (left As TSelf, right As TOther) As TResult

Paramètres

left
TSelf

Valeur à comparer avec right.

right
TOther

Valeur à comparer avec left.

Retours

TResult

true si left elle rightest inférieure à ; sinon, false.

S’applique à