Method IsProperSubsetOf
IsProperSubsetOf(IEnumerable<T>)
Determines whether the set is a proper subset of the specified collection.
Declaration
public bool IsProperSubsetOf(IEnumerable<T> other)Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<T> | other | 
Returns
| Type | Description | 
|---|---|
| bool | 
