[Extension()] public static bool ContainsAll<T>( IEnumerable<T> superset, IEnumerable<T> subset )
Parameters
- superset
- This set that might contains the subset.
- subset
- The set to test if contained in superset.
Type Parameters
- T
- The type parameter of the items in the sets.