IComparisonOperators<TSelf,TOther,TResult>.LessThan Operator

定義

2 つの値を比較して、どちらが小さいかを判断します。

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

パラメーター

left
TSelf

rightと比較する値。

right
TOther

leftと比較する値。

返品

TResult

true leftright未満の場合はfalse。それ以外の場合は。

適用対象