Method IsSubsetOf
IsSubsetOf(IEnumerable<T>)
Determines whether a set is a subset of a specified collection.
Declaration
public virtual bool IsSubsetOf(IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | other | The collection to compare to the current set. |
Returns
Type | Description |
---|---|
System.Boolean |
|