docs.unity.cn
    Show / Hide Table of Contents

    Operator Inequality

    Inequality(EntityQueryDesc, EntityQueryDesc)

    Compare two instance for inequality.

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

    The left instance to compare

    EntityQueryDesc rhs

    The right instance to compare

    Returns
    Type Description
    Boolean

    False if the two instances are equal, or true if not.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023