docs.unity.cn
    Show / Hide Table of Contents

    Method Equals

    Equals<T>(ref T, ref T)

    Declaration
    public static bool Equals<T>(ref T left, ref T right)
        where T : struct
    Parameters
    Type Name Description
    T left
    T right
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    T

    Equals(Void*, Void*, Int32)

    Declaration
    public static bool Equals(void *left, void *right, int typeIndex)
    Parameters
    Type Name Description
    Void* left
    Void* right
    Int32 typeIndex
    Returns
    Type Description
    Boolean

    Equals(Object, Object, Int32)

    Declaration
    public static bool Equals(object left, object right, int typeIndex)
    Parameters
    Type Name Description
    Object left
    Object right
    Int32 typeIndex
    Returns
    Type Description
    Boolean

    Equals(Object, Void*, Int32)

    Declaration
    public static bool Equals(object left, void *right, int typeIndex)
    Parameters
    Type Name Description
    Object left
    Void* right
    Int32 typeIndex
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 04 August 2022
    Terms of use