docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator ==

    operator ==(EntityQuery, EntityQuery)

    Test two queries for equality

    Declaration
    public static bool operator ==(EntityQuery lhs, EntityQuery rhs)
    Parameters
    Type Name Description
    EntityQuery lhs

    The left query

    EntityQuery rhs

    The right query

    Returns
    Type Description
    bool

    True if the left and right queries are equal, or false if not.

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