Equality<T> extension

on

Methods

isEqualTo(List<T> other) bool

Available on List<T>, provided by the Equality extension

Returns true if this list is equal to other when order of elements matters.
isEqualToUnordered(List<T> other) bool

Available on List<T>, provided by the Equality extension

Returns true if this list is equal to other when order of elements does not matter.