Click or drag to resize

VelocityDbHashSetTSymmetricExceptWith Method

Takes symmetric difference (XOR) with other and this set. Modifies this set.

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public void SymmetricExceptWith(
	IEnumerable<T> other
)

Parameters

other
Type: System.Collections.GenericIEnumerableT
enumerable with items to XOR
See Also