docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(object)

    Checks if two objects are EntityGuid instances and if they are equal.

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

    An object

    Returns
    Type Description
    bool

    True if obj is an EntityGuid instance that contains the same opaque bits.

    Overrides
    ValueType.Equals(object)

    Equals(EntityGuid)

    Checks if two EntityGuid instances are equal.

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

    An EntityGuid to compare with

    Returns
    Type Description
    bool

    True if other contains the same opaque bits.

    In This Article
    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)