Int32.IComparisonOperators<Int32,Int32,Boolean>.LessThanOrEqual 연산자

정의

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

 static bool System.Numerics.IComparisonOperators<System.Int32,System.Int32,System.Boolean>.operator <=(int left, int right) = System::Numerics::IComparisonOperators<int, int, bool>::op_LessThanOrEqual;
static bool IComparisonOperators<int,int,bool>.operator <= (int left, int right);
static member ( <= ) : int * int -> bool
 Shared Operator <= (left As Integer, right As Integer) As Boolean Implements IComparisonOperators(Of Integer, Integer, Boolean).op_LessThanOrEqual

매개 변수

left
Int32

와 비교할 값입니다 right.

right
Int32

와 비교할 값입니다 left.

반환

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

구현

적용 대상