SequenceEqualsSelectExtension<T> extension

on

Methods

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