docs.unity.cn
    Show / Hide Table of Contents

    Method Equals

    Equals(UntypedWeakReferenceId)

    Checks if this reference is equal to another reference.

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

    The id to compare to.

    Returns
    Type Description
    Boolean

    True if the GenerationType and GlobalId are equal.

    Equals(Object)

    Checks if this reference is equal to another object.

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

    The object to compare to.

    Returns
    Type Description
    Boolean

    True if the other object is an UntypedWeakReferenceId and is equal.

    Overrides
    ValueType.Equals(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023