docs.unity3d.com

Entities 1.2.1

Search Results for

    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
    bool

    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
    bool

    True, if the SystemTypeIndex instances are equal.

    In This Article
    • Equals(object)
    • Equals(SystemTypeIndex)
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)