Show / Hide Table of Contents

Method SymmetricExcept

| Improve this Doc View Source

SymmetricExcept(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest