IComparisonOperators<TSelf,TOther,TResult>.GreaterThan 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

適用対象