UInt32.IComparisonOperators<UInt32,UInt32,Boolean>.LessThan Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Confronta due valori per determinare quale è minore.
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_LessThan;
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_LessThan
Parametri
- left
- UInt32
Valore da confrontare con right.
- right
- UInt32
Valore da confrontare con left.
Restituisce
true se left è minore di right; in caso contrario, false.