DistinctUntilChanged Method

RxJS

Returns an observable sequence that contains only distinct contiguous values.

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

Syntax

JavaScript
function DistinctUntilChanged();

See Also