docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(EntityManager)

    Reports whether this EntityManager references the same manager as another instance.

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

    The object to compare.

    Returns
    Type Description
    bool

    True, if the other parameter is an EntityManager instance that points to the same instance as this.

    Equals(object)

    Reports whether this EntityManager references the same manager as another object.

    Declaration
    [ExcludeFromBurstCompatTesting("Takes managed object")]
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare.

    Returns
    Type Description
    bool

    True, if the obj parameter is an EntityManager instance that points to the same instance as this.

    Overrides
    ValueType.Equals(object)
    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)