Method Overlaps
Overlaps(Collections.Generic.IEnumerable<T>)
Determines whether the current TreeSet<T> object and a specified collection share common elements.
Declaration
public bool Overlaps(Collections.Generic.IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | other | The collection to compare to the current TreeSet<T> object. |
Returns
Type | Description |
---|---|
System.Boolean |
|