Skip to content

M_Cyjb_Compilers_RegularExpressions_ConcatenationExp_Equals

CYJB edited this page Mar 15, 2024 · 7 revisions

ConcatenationExp.Equals 方法 (LexRegex)

返回当前对象是否等于同一类型的另一对象。

Namespace: Cyjb.Compilers.RegularExpressions
Assembly: Cyjb.Compilers (in Cyjb.Compilers.dll) Version: 1.0.18+0b69d59fd5b673f20dc54b219e34e99c02b9cc72

语法

C#

public override bool Equals(
	LexRegex? other
)

参数

 

other
Type: Cyjb.Compilers.RegularExpressions.LexRegex
要比较的对象。

返回值

Type: Boolean
如果当前对象等于 other,则为 true;否则为 false

实现

IEquatable(T).Equals(T)

参见

Reference

ConcatenationExp 类
Equals 重载
Cyjb.Compilers.RegularExpressions 命名空间

Clone this wiki locally