Parameter | Description |
---|---|
other | An object. |
bool True if they are equal, otherwise false.
Checks if the StringView is equal to the object.
Parameter | Description |
---|---|
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.
Parameter | Description |
---|---|
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.
Parameter | Description |
---|---|
other | A StringView. |
bool True if they are equal, otherwise false.
Checks if the StringView is equal to another StringView.