The type of the elements in the source sequence.
The type of the discriminator key computed for each element in the source sequence.
Optional
options: DistinctOptions<TSource, TKey>The optional arguments for a key selector and comparer function.
An operator that returns distinct elements according to the keySelector and options.
Generated using TypeDoc
Returns an iterable sequence that contains only distinct elements according to the keySelector and comparer.