Algorithms..::..GetCollectionEqualityComparer<(Of <(<'T>)>)> Method
Gets an IEqualityComparer<IEnumerable<T>> implementation
that can be used to compare collections of elements (of type T). Two collections
of T's are equal if they have the same number of items, and corresponding
items are equal, considered in order. This is the same notion of equality as
in Algorithms.EqualCollections, but encapsulated in an IEqualityComparer<IEnumerable<T>> implementation.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
public static IEqualityComparer<IEnumerable<T>> GetCollectionEqualityComparer<T>()
Public Shared Function GetCollectionEqualityComparer(Of T) As IEqualityComparer(Of IEnumerable(Of T))
public: generic<typename T> static IEqualityComparer<IEnumerable<T>^>^ GetCollectionEqualityComparer()
Type Parameters
- T