อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


Byte.IComparisonOperators<Byte,Byte,Boolean>.LessThan Operator

Definition

Compares two values to determine which is less.

C#
static bool IComparisonOperators<byte,byte,bool>.operator <(byte left, byte right);

Parameters

left
Byte

The value to compare with right.

right
Byte

The value to compare with left.

Returns

true if left is less than right; otherwise, false.

Implements

Applies to

ผลิตภัณฑ์ เวอร์ชัน
.NET 7, 8, 9, 10