docs.unity.cn
    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
    Boolean

    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
    Boolean

    True if other contains the same opaque bits.

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