Type of elements contained by the input sequences.
The initial sequence whose distinct elements lead the union.
Additional sequence whose elements are appended after source when forming the union.
Optionalcomparator: EqualityComparator<TElement, TElement>Optional equality comparator that determines whether two elements are considered the same. Defaults to the library's standard equality comparator.
A deferred sequence containing the distinct elements from source followed by elements from other that are not already present according to comparator.
Re-throws any error thrown while iterating either sequence or executing comparator.
Creates a set-style union between source and other using an equality comparator.