Byte.IComparisonOperators<Byte,Byte,Boolean>.LessThan 運算子

定義

比較兩個值,以判斷哪一個值較少。

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

參數

left
Byte

要與 right 比較的值。

right
Byte

要與 left 比較的值。

傳回

如果 left 小於 right,則為 true;否則為 false

實作

適用於