Method SymmetricExcept
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
SymmetricExcept(IEnumerable<T>)
Creates a new ImmutableValueSet<T> that contains elements present in either this set or the specified collection, but not both.
public ImmutableValueSet<T> SymmetricExcept(IEnumerable<T> other)
Parameters
otherIEnumerable<T>The collection to compare.
Returns
- ImmutableValueSet<T>
A new set containing elements present in either this set or the specified collection, but not both.