Operator operator !=
operator !=(in FixedList64Bytes<T>, in FixedList32Bytes<T>)
Returns true if two lists are unequal.
Declaration
public static bool operator !=(in FixedList64Bytes<T> a, in FixedList32Bytes<T> b)
Parameters
Type | Name | Description |
---|---|---|
FixedList64Bytes<T> | a | The first list to compare for inequality. |
FixedList32Bytes<T> | b | The second list to compare for inequality. |
Returns
Type | Description |
---|---|
bool | True if the two lists are unequal. |
Remarks
Two lists are equal if their length and bytes are equal.
operator !=(in FixedList64Bytes<T>, in FixedList64Bytes<T>)
Returns true if two lists are unequal.
Declaration
public static bool operator !=(in FixedList64Bytes<T> a, in FixedList64Bytes<T> b)
Parameters
Type | Name | Description |
---|---|---|
FixedList64Bytes<T> | a | The first list to compare for inequality. |
FixedList64Bytes<T> | b | The second list to compare for inequality. |
Returns
Type | Description |
---|---|
bool | True if the two lists are unequal. |
Remarks
Two lists are equal if their length and bytes are equal.
operator !=(in FixedList64Bytes<T>, in FixedList128Bytes<T>)
Returns true if two lists are unequal.
Declaration
public static bool operator !=(in FixedList64Bytes<T> a, in FixedList128Bytes<T> b)
Parameters
Type | Name | Description |
---|---|---|
FixedList64Bytes<T> | a | The first list to compare for inequality. |
FixedList128Bytes<T> | b | The second list to compare for inequality. |
Returns
Type | Description |
---|---|
bool | True if the two lists are unequal. |
Remarks
Two lists are equal if their length and bytes are equal.
operator !=(in FixedList64Bytes<T>, in FixedList512Bytes<T>)
Returns true if two lists are unequal.
Declaration
public static bool operator !=(in FixedList64Bytes<T> a, in FixedList512Bytes<T> b)
Parameters
Type | Name | Description |
---|---|---|
FixedList64Bytes<T> | a | The first list to compare for inequality. |
FixedList512Bytes<T> | b | The second list to compare for inequality. |
Returns
Type | Description |
---|---|
bool | True if the two lists are unequal. |
Remarks
Two lists are equal if their length and bytes are equal.
operator !=(in FixedList64Bytes<T>, in FixedList4096Bytes<T>)
Returns true if two lists are unequal.
Declaration
public static bool operator !=(in FixedList64Bytes<T> a, in FixedList4096Bytes<T> b)
Parameters
Type | Name | Description |
---|---|---|
FixedList64Bytes<T> | a | The first list to compare for inequality. |
FixedList4096Bytes<T> | b | The second list to compare for inequality. |
Returns
Type | Description |
---|---|
bool | True if the two lists are unequal. |
Remarks
Two lists are equal if their length and bytes are equal.