i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.

    In this article
    Back to top © N. Harris Computer Corporation