| Parameter | Description |
|---|---|
| a | A FixedString512Bytes to compare for inequality. |
| b | A FixedString32Bytes to compare for inequality. |
bool True if the two strings are unequal.
Returns true if a FixedString512Bytes and another string are unequal.
Two strings are equal if they have equal length and all their characters match.
| Parameter | Description |
|---|---|
| a | A FixedString512Bytes to compare for inequality. |
| b | A FixedString64Bytes to compare for inequality. |
bool True if the two strings are unequal.
Returns true if a FixedString512Bytes and another string are unequal.
Two strings are equal if they have equal length and all their characters match.
| Parameter | Description |
|---|---|
| a | A FixedString512Bytes to compare for inequality. |
| b | A FixedString128Bytes to compare for inequality. |
bool True if the two strings are unequal.
Returns true if a FixedString512Bytes and another string are unequal.
Two strings are equal if they have equal length and all their characters match.
| Parameter | Description |
|---|---|
| a | A FixedString512Bytes to compare for inequality. |
| b | A FixedString512Bytes to compare for inequality. |
bool True if the two strings are unequal.
Returns true if a FixedString512Bytes and another string are unequal.
Two strings are equal if they have equal length and all their characters match.
| Parameter | Description |
|---|---|
| a | A FixedString512Bytes to compare for inequality. |
| b | A FixedString4096Bytes to compare for inequality. |
bool True if the two strings are unequal.
Returns true if a FixedString512Bytes and another string are unequal.
Two strings are equal if they have equal length and all their characters match.
| Parameter | Description |
|---|---|
| a | A FixedString512Bytes to compare for equality. |
| b | A String to compare for equality. |
void True if the two strings are not equal.
Returns true if a FixedString512Bytes and another string are not equal.
Two strings are equal if they have equal length and all their characters match.