docs.unity.cn
    Show / Hide Table of Contents

    Method Equals

    Equals(Object)

    SystemTypeIndex instances are equal if they refer to the same system type.

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

    The object to compare to this SystemTypeIndex.

    Returns
    Type Description
    Boolean

    True, if the compare parameter contains a TypeIndex object equal to this TypeIndex instance.

    Overrides
    ValueType.Equals(Object)

    Equals(SystemTypeIndex)

    SystemTypeIndex instances are equal if they refer to the same system type.

    Declaration
    public bool Equals(SystemTypeIndex typeIndex)
    Parameters
    Type Name Description
    SystemTypeIndex typeIndex

    The other SystemTypeIndex.

    Returns
    Type Description
    Boolean

    True, if the SystemTypeIndex instances are equal.

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