ReadOnlySet<T>.IsProperSupersetOf method

Determines whether the current set is a proper (strict) superset of a specified collection.

public bool IsProperSupersetOf(IEnumerable<T> other)

See Also