Table of Contents

Method SymmetricExcept

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

SymmetricExcept(IEnumerable<T>)

Creates an immutable set that contains only elements that are present either in the current set or in the specified collection, but not both.

IImmutableValueSet<T> SymmetricExcept(IEnumerable<T> other)

Parameters

other IEnumerable<T>

The collection to compare to the current set.

Returns

IImmutableValueSet<T>

A new set that contains the elements that are present only in the current set or in the specified collection, but not both.