Version: 2023.1
언어: 한국어
public static bool operator == (stringView lhs, stringView rhs);

파라미터

lhs A StringView.
rhs A StringView.

설명

The equals operator.


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

파라미터

lhs A StringView.
rhs A string.

설명

The equals operator.


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

파라미터

lhs A string.
rhs A StringView.

설명

The equals operator.