docs.unity3d.com
    Show / Hide Table of Contents

    Method Equals

    Equals(Object)

    Reports whether this EntityArchetype references the same archetype as another object.

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

    The object to compare.

    Returns
    Type Description
    Boolean

    True, if the compare parameter is a EntityArchetype instance that points to the same archetype.

    Overrides
    ValueType.Equals(Object)

    Equals(EntityArchetype)

    Compares archetypes for equality.

    Declaration
    public bool Equals(EntityArchetype entityArchetype)
    Parameters
    Type Name Description
    EntityArchetype entityArchetype

    The EntityArchetype to compare.

    Returns
    Type Description
    Boolean

    Returns true, if both EntityArchetype instances reference the same archetype.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023