The first sequence of the join operation.
The second sequence of the join operation.
Function that projects the key given an element from first.
Function that projects the key given an element from second.
Function that projects the result given just an element from second where there is no corresponding element in first.
Function that projects the result given an element from first and an element from second that match on a common key.
Optional
equalityComparer: EqualityComparer<TKey>A function to compare keys.
A sequence containing results projected from a right outer join of the two input sequences.
Performs a full outer join on two heterogeneous sequences. Additional arguments specify key selection functions, result projection functions and a key comparer.