Method Overlaps
Overlaps(IEnumerable<T>)
Determines whether the current set overlaps with the specified collection.
Declaration
public bool Overlaps(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 and |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|