docs.unity.cn
    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
    Boolean

    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
    Boolean

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

    Overrides
    ValueType.Equals(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023