docs.unity.cn
    Show / Hide Table of Contents

    Method GetHashCode

    GetHashCode<T>(T, FastEquality.TypeInfo)

    Declaration
    public static int GetHashCode<T>(T lhs, FastEquality.TypeInfo typeInfo)
        where T : struct
    Parameters
    Type Name Description
    T lhs
    FastEquality.TypeInfo typeInfo
    Returns
    Type Description
    Int32
    Type Parameters
    Name Description
    T

    GetHashCode<T>(ref T, FastEquality.TypeInfo)

    Declaration
    public static int GetHashCode<T>(ref T lhs, FastEquality.TypeInfo typeInfo)
        where T : struct
    Parameters
    Type Name Description
    T lhs
    FastEquality.TypeInfo typeInfo
    Returns
    Type Description
    Int32
    Type Parameters
    Name Description
    T

    GetHashCode(Void*, FastEquality.TypeInfo)

    Declaration
    public static int GetHashCode(void *dataPtr, FastEquality.TypeInfo typeInfo)
    Parameters
    Type Name Description
    Void* dataPtr
    FastEquality.TypeInfo typeInfo
    Returns
    Type Description
    Int32
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use