Rune.LessThan(Rune, Rune) Operator

Definition

Returns a value indicating whether a specified Rune is less than another specified Rune.

public static bool operator < (System.Text.Rune left, System.Text.Rune right);

Parameters

left
Rune

The first value to compare.

right
Rune

the second value to compare.

Returns

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

Applies to

产品 版本
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9