| Parameter | Description |
|---|---|
| other | A string to compare for equality. |
bool True if this string and the other have the same length and all the same characters.
Returns true if this string and another have the same length and all the same characters.
| Parameter | Description |
|---|---|
| other | A FixedString32Bytes to compare for equality. |
bool True if the two strings are equal.
Returns true if this string and another string are equal.
Two strings are equal if they have equal length and all their characters match.
| Parameter | Description |
|---|---|
| other | A FixedString64Bytes to compare for equality. |
bool True if the two strings are equal.
Returns true if this string and another string are equal.
Two strings are equal if they have equal length and all their characters match.
| Parameter | Description |
|---|---|
| other | A FixedString128Bytes to compare for equality. |
bool True if the two strings are equal.
Returns true if this string and another string are equal.
Two strings are equal if they have equal length and all their characters match.
| Parameter | Description |
|---|---|
| other | A FixedString512Bytes to compare for equality. |
bool True if the two strings are equal.
Returns true if this string and another string are equal.
Two strings are equal if they have equal length and all their characters match.
| Parameter | Description |
|---|---|
| other | A FixedString4096Bytes to compare for equality. |
bool True if the two strings are equal.
Returns true if this string and another string are equal.
Two strings are equal if they have equal length and all their characters match.
| Parameter | Description |
|---|---|
| obj | An object to compare for equality. |
bool True if this string and the object are equal.
Returns true if this string and an object are equal.
Returns false if the object is neither a System.String or a FixedString.
Two strings are equal if they have equal length and all their characters match.