Skip to content

M_Cyjb_Markdown_Syntax_Strong_op_Inequality

CYJB edited this page Feb 1, 2024 · 2 revisions

Strong.Inequality 运算符

返回指定的 Strong 是否不相等。

Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984

语法

C#

public static bool operator !=(
	Strong? left,
	Strong? right
)

参数

 

left
Type: Cyjb.Markdown.Syntax.Strong
要比较的第一个对象。
right
Type: Cyjb.Markdown.Syntax.Strong
要比较的第二个对象。

返回值

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

参见

Reference

Strong 类
Cyjb.Markdown.Syntax 命名空间

Clone this wiki locally