DistinctUntilChanged Method (FuncObjectObject)

RxJS

Returns an observable sequence that contains only distinct contiguous values according to the keySelector.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function DistinctUntilChanged(keySelector);

Parameters

keySelector
Type: System..::.FuncObjectObject

See Also