Method SymmetricExcept
| Improve this Doc View SourceSymmetricExcept(IColumns, IColumns)
Ensures set contain only elements that are present either in the current columns or in the specified columns, but not both.
Declaration
public static IColumns SymmetricExcept(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 |
---|---|
IColumns | A new set if there is any modification to current sealed set; otherwise, the current set. |