docs.unity3d.com

Entities 1.2.1

Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(object)

    Compare to another object for equality.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare

    Returns
    Type Description
    bool

    True if obj is an equivalent query description, or false it not.

    Overrides
    object.Equals(object)

    Equals(EntityQueryDesc)

    Compare to another instance for equality.

    Declaration
    public bool Equals(EntityQueryDesc other)
    Parameters
    Type Name Description
    EntityQueryDesc other

    The other instance to compare.

    Returns
    Type Description
    bool

    True if the two instances are equal, or false if not.

    In This Article
    • Equals(object)
    • Equals(EntityQueryDesc)
    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)