StringView.Equals

Declaration

public bool Equals(object other);

Parameters

Parameter Description
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

Parameter Description
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

Parameter Description
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

Parameter Description
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: