docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class HashUtility

    Inheritance
    object
    HashUtility
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.dll
    Syntax
    public static class HashUtility

    Methods

    GetHashCodeAlloc(params object[])

    Declaration
    public static int GetHashCodeAlloc(params object[] values)
    Parameters
    Type Name Description
    object[] values
    Returns
    Type Description
    int

    GetHashCode<T>(T)

    Declaration
    public static int GetHashCode<T>(T a)
    Parameters
    Type Name Description
    T a
    Returns
    Type Description
    int
    Type Parameters
    Name Description
    T

    GetHashCode<T1, T2>(T1, T2)

    Declaration
    public static int GetHashCode<T1, T2>(T1 a, T2 b)
    Parameters
    Type Name Description
    T1 a
    T2 b
    Returns
    Type Description
    int
    Type Parameters
    Name Description
    T1
    T2

    GetHashCode<T1, T2, T3>(T1, T2, T3)

    Declaration
    public static int GetHashCode<T1, T2, T3>(T1 a, T2 b, T3 c)
    Parameters
    Type Name Description
    T1 a
    T2 b
    T3 c
    Returns
    Type Description
    int
    Type Parameters
    Name Description
    T1
    T2
    T3

    GetHashCode<T1, T2, T3, T4>(T1, T2, T3, T4)

    Declaration
    public static int GetHashCode<T1, T2, T3, T4>(T1 a, T2 b, T3 c, T4 d)
    Parameters
    Type Name Description
    T1 a
    T2 b
    T3 c
    T4 d
    Returns
    Type Description
    int
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4

    GetHashCode<T1, T2, T3, T4, T5>(T1, T2, T3, T4, T5)

    Declaration
    public static int GetHashCode<T1, T2, T3, T4, T5>(T1 a, T2 b, T3 c, T4 d, T5 e)
    Parameters
    Type Name Description
    T1 a
    T2 b
    T3 c
    T4 d
    T5 e
    Returns
    Type Description
    int
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    In This Article
    Back to top
    Copyright © 2025 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)