docs.unity.cn
    Show / Hide Table of Contents

    Method Equals

    Equals(Object)

    Compare to another object for equality.

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

    The object to compare

    Returns
    Type Description
    Boolean

    True if obj is an equivalent query description, or false it not.

    Overrides
    Object.Equals(Object)

    Equals(EntityQueryDesc)

    Compare to another instance for equality.

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

    The other instance to compare.

    Returns
    Type Description
    Boolean

    True if the two instances are equal, or false if not.

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