IComparisonOperators<TSelf,TOther,TResult>.LessThanOrEqual 연산자

정의

두 값을 비교하여 어느 값이 작거나 같은지 확인합니다.

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

leftright보다 작거나 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상