| IEnumerableExtensionMethods Class | 
Namespace: SD.Tools.BCLExtensions.CollectionsRelated
The IEnumerableExtensionMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| SetEqualT(IEnumerableT, IEnumerableT) | 
            Checks whether the enumerable to compare with is equal to the source enumerable, element wise. If elements are in a different order, the
            method will still return true. This is different from SequenceEqual which does take order into account
              | |
| SetEqualT(IEnumerableT, IEnumerableT, IEqualityComparerT) | 
            Checks whether the enumerable to compare with is equal to the source enumerable, element wise. If elements are in a different order, the
            method will still return true. This is different from SequenceEqual which does take order into account
              | |
| ToHashSetTDestination | 
            Creates a new hashset and adds the source to it. 
              | |
| ToReadOnlyCollectionTDestination | 
            Converts the enumerable to a ReadOnlyCollection.
              |