SequenceEqualsExtension<T> extension

on

Methods

sequenceEquals<TOther, TKey>(Iterable<TOther> other, {TKey outerSelector(T element), TKey innerSelector(TOther element), bool comparer(TKey outer, TKey inner)}) bool
Returns true if this iterable is equivalent to the given collection. [...]