Contains Method (Object, FuncObjectObjectBoolean)

RxJS

Determines whether an observable sequence contains a specified element by using the specified comparer.

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

Syntax

JavaScript
function Contains(value, comparer);

Parameters

value
Type: System..::.Object
comparer
Type: System..::.FuncObjectObjectBoolean

See Also