StringView.Equals

Declaration

public bool Equals(object other);

Parameters

other An object.

Returns

bool True if they are equal, otherwise false.

Description

Checks if the StringView is equal to the object.


Declaration

public bool Equals(string other, stringComparison comparisonOptions);

Parameters

other A string.
comparisonOptions A string comparison option.

Returns

bool True if they are equal, otherwise false.

Description

Checks if the StringView is equal to the string.


Declaration

public bool Equals(stringView other, stringComparison comparisonOptions);

Parameters

other A StringView.
comparisonOptions A string comparison option.

Returns

bool True if they are equal, otherwise false.

Description

Checks if the StringView is equal to another StringView.


Declaration

public bool Equals(stringView other);

Parameters

other A StringView.

Returns

bool True if they are equal, otherwise false.

Description

Checks if the StringView is equal to another StringView.


Did you find this page useful? Please give it a rating: