ReadOnlySet<T>.IsProperSubsetOf method

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

public bool IsProperSubsetOf(IEnumerable<T> other)

See Also