Int32.IComparisonOperators<Int32,Int32,Boolean>.LessThanOrEqual Betreiber

Definition

Vergleicht zwei Werte, um zu bestimmen, welche kleiner oder gleich sind.

 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

Parameter

left
Int32

Der mit zu vergleichende rightWert.

right
Int32

Der mit zu vergleichende leftWert.

Gibt zurück

true, wenn left kleiner oder gleich right ist, andernfalls false.

Implementiert

Gilt für: