Operator operator !=
operator !=(in FixedString32Bytes, in FixedString32Bytes)
Returns true if a FixedString32Bytes and another string are unequal.
Declaration
public static bool operator !=(in FixedString32Bytes a, in FixedString32Bytes b)
Parameters
Type | Name | Description |
---|---|---|
Fixed |
a | A FixedString32Bytes to compare for inequality. |
Fixed |
b | A FixedString32Bytes to compare for inequality. |
Returns
Type | Description |
---|---|
bool | True if the two strings are unequal. |
Remarks
Two strings are equal if they have equal length and all their characters match.
operator !=(in FixedString32Bytes, in FixedString64Bytes)
Returns true if a FixedString32Bytes and another string are unequal.
Declaration
public static bool operator !=(in FixedString32Bytes a, in FixedString64Bytes b)
Parameters
Type | Name | Description |
---|---|---|
Fixed |
a | A FixedString32Bytes to compare for inequality. |
Fixed |
b | A FixedString64Bytes to compare for inequality. |
Returns
Type | Description |
---|---|
bool | True if the two strings are unequal. |
Remarks
Two strings are equal if they have equal length and all their characters match.
operator !=(in FixedString32Bytes, in FixedString128Bytes)
Returns true if a FixedString32Bytes and another string are unequal.
Declaration
public static bool operator !=(in FixedString32Bytes a, in FixedString128Bytes b)
Parameters
Type | Name | Description |
---|---|---|
Fixed |
a | A FixedString32Bytes to compare for inequality. |
Fixed |
b | A FixedString128Bytes to compare for inequality. |
Returns
Type | Description |
---|---|
bool | True if the two strings are unequal. |
Remarks
Two strings are equal if they have equal length and all their characters match.
operator !=(in FixedString32Bytes, in FixedString512Bytes)
Returns true if a FixedString32Bytes and another string are unequal.
Declaration
public static bool operator !=(in FixedString32Bytes a, in FixedString512Bytes b)
Parameters
Type | Name | Description |
---|---|---|
Fixed |
a | A FixedString32Bytes to compare for inequality. |
Fixed |
b | A FixedString512Bytes to compare for inequality. |
Returns
Type | Description |
---|---|
bool | True if the two strings are unequal. |
Remarks
Two strings are equal if they have equal length and all their characters match.
operator !=(in FixedString32Bytes, in FixedString4096Bytes)
Returns true if a FixedString32Bytes and another string are unequal.
Declaration
public static bool operator !=(in FixedString32Bytes a, in FixedString4096Bytes b)
Parameters
Type | Name | Description |
---|---|---|
Fixed |
a | A FixedString32Bytes to compare for inequality. |
Fixed |
b | A FixedString4096Bytes to compare for inequality. |
Returns
Type | Description |
---|---|
bool | True if the two strings are unequal. |
Remarks
Two strings are equal if they have equal length and all their characters match.