PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Hash­Set<T>Is­Superset­Of
Open sandboxFocus

Method IsSupersetOf

IsSupersetOf(IEnumerable<T>)

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

Declaration
public bool IsSupersetOf(IEnumerable<T> other)
Parameters
Type Name Description
IEnumerable<T> other

The collection to compare to the current set.

Returns
Type Description
Boolean

true if the current set is a superset of other; otherwise, false.

Exceptions
Type Condition
ArgumentNullException

other is null.