docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Contains

    Contains(T)

    Check if an element is present in the list.

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

    Item to test against.

    Returns
    Type Description
    bool

    True if the item is in the list.

    Implements
    ICollection<T>.Contains(T)
    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)