Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: bool AllSequencesEqual<T>(this IEnumerable<IEnumerable<T>>)

Declaration

public static bool AllSequencesEqual<T>(
    this IEnumerable<IEnumerable<T>> sources
)

Summary

Determines whether all the input sequences are equal according to SequenceEquals.

Generic type parameters

TThis type parameter is not documented.