Skip to content

M_Cyjb_Text_TextSpan_op_LessThan

CYJB edited this page Mar 20, 2024 · 12 revisions

TextSpan.LessThan 运算符

返回一个 TextSpan 对象是否小于另一个 TextSpan 对象。

Namespace: Cyjb.Text
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public static bool operator <(
	TextSpan left,
	TextSpan right
)

参数

 

left
Type: Cyjb.Text.TextSpan
要比较的第一个对象。
right
Type: Cyjb.Text.TextSpan
要比较的第二个对象。

返回值

Type: Boolean
如果 left 小于 right,则为 true;否则为 false

参见

Reference

TextSpan 结构
Cyjb.Text 命名空间

Clone this wiki locally