ReadOnlySet<T>.IsSupersetOf method

Determines whether the current set is a superset of a specified collection.

public bool IsSupersetOf(IEnumerable<T> other)

See Also