Version: 2023.1
언어: 한국어
public bool Equals (object other);

파라미터

other An object.

반환

bool True if they are equal, otherwise false.

설명

Checks if the StringView is equal to the object.


public bool Equals (string other, stringComparison comparisonOptions);

파라미터

other A string.
comparisonOptions A string comparison option.

반환

bool True if they are equal, otherwise false.

설명

Checks if the StringView is equal to the string.


public bool Equals (stringView other, stringComparison comparisonOptions);

파라미터

other A StringView.
comparisonOptions A string comparison option.

반환

bool True if they are equal, otherwise false.

설명

Checks if the StringView is equal to another StringView.


public bool Equals (stringView other);

파라미터

other A StringView.

반환

bool True if they are equal, otherwise false.

설명

Checks if the StringView is equal to another StringView.