Method Intersect
| Improve this Doc View SourceIntersect(IScalars, IScalars)
Removes the columns to ensure the set contains only columns both exist in this set and the specified collection.
Declaration
public static IScalars Intersect(this IScalars source, IScalars other)
Parameters
Type | Name | Description |
---|---|---|
IScalars | source | The current set. |
IScalars | other | The collection to compare to the current set. |
Returns
Type | Description |
---|---|
IScalars | A new set if there is any modification to current set and current set sealed; otherwise, the current set. |