Determines whether a set is a subset of a specified collection.
public bool IsSubsetOf(IEnumerable<T> other)