Method SymmetricExcept
| Improve this Doc View SourceSymmetricExcept(IScalars, IScalars)
Ensures set contain only elements that are present either in the current set or in the specified collection, but not both.
Declaration
public static IScalars SymmetricExcept(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 sealed set; otherwise, the current set. |