Version: 2022.3
public static bool operator != (stringView lhs, stringView rhs);

参数

lhs A StringView.
rhs A StringView.

描述

The not equals operator.


public static bool operator != (stringView lhs, string rhs);

参数

lhs A StringView.
rhs A string.

描述

The not equals operator.


public static bool operator != (string lhs, stringView rhs);

参数

lhs A string.
rhs A StringView.

描述

The not equals operator.