equals method
Whether other has the same elements as this list.
Implementation
Coral<bool> equals(List<E> other,
[Equality<E> equality = const DefaultEquality()]) =>
_listCoral
.map((list) => col.ListExtensions(list).equals(other, equality));