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

Method IsSubsetOf

IsSubsetOf(IEnumerable<T>)

Determines whether a set is a subset of a specified collection.

Declaration
public bool IsSubsetOf(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 subset of other; otherwise, false.

Exceptions
Type Condition
ArgumentNullException

other is null.