Method Overlaps
| Improve this Doc View SourceOverlaps(IColumns, IColumns)
Determines whether the current columns overlaps with the specified columns.
Declaration
public static bool Overlaps(this IColumns source, IColumns other)
Parameters
Type | Name | Description |
---|---|---|
IColumns | source | The current columns. |
IColumns | other | The columns to compare to the current columns. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current set overlaps with the specified columns; otherwise, false. |