版本:Unity 6 (6000.0)
语言英语
  • C#

StringView.operator !=

建议更改

提交成功!

感谢您帮助我们提高 Unity 文档质量。虽然我们无法接受所有提交内容,但我们会阅读用户提出的每项建议更改,并在适用情况下进行更新。

关闭

提交失败

由于某些原因,无法提交您的建议更改。请在几分钟后 重试。感谢您花时间帮助我们提高 Unity 文档质量。

关闭

取消

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

参数

lhs StringView
rhs StringView

说明

不等于运算符。


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

参数

lhs StringView
rhs 字符串。

说明

不等于运算符。


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

参数

lhs 字符串。
rhs StringView

说明

不等于运算符。