Method ContainsAll
ContainsAll(Collections.Generic.IEnumerable<T>)
Check if all items in a supplied collection is in this set (ignoring multiplicities).
Declaration
public virtual bool ContainsAll(Collections.Generic.IEnumerable<T> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | items | The items to look for. |
Returns
Type | Description |
---|---|
System.Boolean | True if all items are found. |