Edit

Share via


IReadOnlySet<T>.IsProperSupersetOf(IEnumerable<T>) Method

Definition

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

public bool IsProperSupersetOf (System.Collections.Generic.IEnumerable<T> other);

Parameters

other
IEnumerable<T>

The collection to compare to the current set.

Returns

true if the collection is a proper superset of other; otherwise false.

Exceptions

other is null.

Applies to

Product Versions
.NET 5, 6, 7, 8, 9