M_Cyjb_Text_LinePositionSpan_Equals - CYJB/Cyjb GitHub Wiki
返回当前对象是否等于同一类型的另一对象。
Namespace: Cyjb.Text
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public bool Equals(
LinePositionSpan other
)
- other
- Type: Cyjb.Text.LinePositionSpan
要比较的对象。
Type: Boolean
如果当前对象等于 other,则为 true
;否则为 false
。