docs.unity.cn
    Show / Hide Table of Contents

    Method Equals

    Equals(Hash128)

    Determines whether a hash is equal to this hash.

    Declaration
    public bool Equals(Hash128 obj)
    Parameters
    Type Name Description
    Hash128 obj

    The hash to compare with this hash.

    Returns
    Type Description
    Boolean

    Whether the two hashes are equal.

    Equals(Object)

    Determines whether some object is equal to this hash.

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

    The object to compare with this one.

    Returns
    Type Description
    Boolean

    Whether the two hashes are equal.

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