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

Definition

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

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

Parameter

left
SByte

Der mit zu vergleichende rightWert.

right
SByte

Der mit zu vergleichende leftWert.

Gibt zurück

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

Implementiert

Gilt für: