docs.unity.cn
    Show / Hide Table of Contents

    Operator Inequality

    Inequality(EntityArchetype, EntityArchetype)

    Compares the archetypes for inequality.

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

    A EntityArchetype object.

    EntityArchetype rhs

    Another EntityArchetype object.

    Returns
    Type Description
    Boolean

    True, if these EntityArchetype instances reference different archetypes.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use