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