| Parameter | Description |
|---|---|
| other | The list to compare for equality. |
bool True if the two lists are equal.
Returns true if this list and another list are equal.
Two lists are equal if their length and bytes are equal.
| Parameter | Description |
|---|---|
| other | The list to compare for equality. |
bool True if the two lists are equal.
Returns true if this list and another list are equal.
Two lists are equal if their length and bytes are equal.
| Parameter | Description |
|---|---|
| other | The list to compare for equality. |
bool True if the two lists are equal.
Returns true if this list and another list are equal.
Two lists are equal if their length and bytes are equal.
| Parameter | Description |
|---|---|
| other | The list to compare for equality. |
bool True if the two lists are equal.
Returns true if this list and another list are equal.
Two lists are equal if their length and bytes are equal.
| Parameter | Description |
|---|---|
| other | The list to compare for equality. |
bool True if the two lists are equal.
Returns true if this list and another list are equal.
Two lists are equal if their length and bytes are equal.
| Parameter | Description |
|---|---|
| obj | An object to compare for equality. |
bool True if the list is equal to the object.
Returns true if the list is equal to an object.
Two lists are equal if their length and bytes are equal.
A FixedList"N"<T> can only be equal to another FixedList"N"<T> with the same "N" and T.