SequenceEqualsExtension<T> extension

on

Methods

sequenceEquals(Iterable<T> other, {bool comparer(T outer, T inner)?}) bool
Returns true if this iterable is equivalent to the given collection.