Version: 2022.2
言語: 日本語
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.