Home > @i2analyze/notebook-sdk > data > IReadOnlyCollection > includes
data.IReadOnlyCollection.includes() method
Tests whether a collection includes an object.
Signature:
includes(v: V): boolean;
Introduced: version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
v | V | The object to search for. |
Returns:
boolean
true
if the collection include the object; false
otherwise.