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