UInt32.IComparisonOperators<UInt32,UInt32,Boolean>.LessThanOrEqual Operator

Definitie

Vergelijkt twee waarden om te bepalen welke kleiner of gelijk is.

 static bool System.Numerics.IComparisonOperators<System.UInt32,System.UInt32,System.Boolean>.operator <=(System::UInt32 left, System::UInt32 right) = System::Numerics::IComparisonOperators<System::UInt32, System::UInt32, bool>::op_LessThanOrEqual;
static bool IComparisonOperators<uint,uint,bool>.operator <=(uint left, uint right);
static member ( <= ) : uint32 * uint32 -> bool
 Shared Operator <= (left As UInteger, right As UInteger) As Boolean Implements IComparisonOperators(Of UInteger, UInteger, Boolean).op_LessThanOrEqual

Parameters

left
UInt32

De waarde die moet worden vergeleken met right.

right
UInt32

De waarde die moet worden vergeleken met left.

Retouren

trueindien left kleiner dan of gelijk aan right; anders . false

Implementeringen

Van toepassing op