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