IndexOf Method

RxJS

Searches item in the list and returns it index if found, returns -1 otherwise.

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

Syntax

JavaScript
function IndexOf(item);

Parameters

item
Type: System..::.Object

See Also