Skip to content

M_Cyjb_Text_TokenParseError_op_Equality

CYJB edited this page Mar 23, 2024 · 7 revisions

TokenParseError.Equality 运算符

返回指定的 TokenParseError 是否相等。

Namespace: Cyjb.Text
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.20+d347ea0351607fb282fdf60a5301f9cccb3ab27e

语法

C#

public static bool operator ==(
	TokenParseError? left,
	TokenParseError? right
)

参数

 

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

返回值

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

参见

Reference

TokenParseError 类
Cyjb.Text 命名空间

Clone this wiki locally