SequenceEqualsExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
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. [...]