ReadOnlySet<T>.IsSubsetOf method

Determines whether a set is a subset of a specified collection.

public bool IsSubsetOf(IEnumerable<T> other)

See Also