docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Contains

    Contains(T)

    Determines whether the DynamicArray contains a specific value.

    Declaration
    public bool Contains(T item)
    Parameters
    Type Name Description
    T item

    The object to locate in the DynamicArray.

    Returns
    Type Description
    bool

    true if item is found in the DynamicArray; otherwise, false.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)