Operator operator !=
operator !=(in ReadOnly, in FixedString32Bytes)
Returns true if two strings are unequal.
Declaration
public static bool operator !=(in NativeText.ReadOnly a, in FixedString32Bytes b)
Parameters
Type | Name | Description |
---|---|---|
Native |
a | A string to compare. |
Fixed |
b | Another string to compare. |
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 ReadOnly, in FixedString64Bytes)
Returns true if two strings are unequal.
Declaration
public static bool operator !=(in NativeText.ReadOnly a, in FixedString64Bytes b)
Parameters
Type | Name | Description |
---|---|---|
Native |
a | A string to compare. |
Fixed |
b | Another string to compare. |
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 ReadOnly, in FixedString128Bytes)
Returns true if two strings are unequal.
Declaration
public static bool operator !=(in NativeText.ReadOnly a, in FixedString128Bytes b)
Parameters
Type | Name | Description |
---|---|---|
Native |
a | A string to compare. |
Fixed |
b | Another string to compare. |
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 ReadOnly, in FixedString512Bytes)
Returns true if two strings are unequal.
Declaration
public static bool operator !=(in NativeText.ReadOnly a, in FixedString512Bytes b)
Parameters
Type | Name | Description |
---|---|---|
Native |
a | A string to compare. |
Fixed |
b | Another string to compare. |
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 ReadOnly, in FixedString4096Bytes)
Returns true if two strings are unequal.
Declaration
public static bool operator !=(in NativeText.ReadOnly a, in FixedString4096Bytes b)
Parameters
Type | Name | Description |
---|---|---|
Native |
a | A string to compare. |
Fixed |
b | Another string to compare. |
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.