docs.unity.cn
    Show / Hide Table of Contents

    Method Equals

    Equals(double4)

    Returns true if the double4 is equal to a given double4, false otherwise.

    Declaration
    public bool Equals(double4 rhs)
    Parameters
    Type Name Description
    double4 rhs

    Right hand side argument to compare equality with.

    Returns
    Type Description
    Boolean

    The result of the equality comparison.

    Equals(Object)

    Returns true if the double4 is equal to a given double4, false otherwise.

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

    Right hand side argument to compare equality with.

    Returns
    Type Description
    Boolean

    The result of the equality comparison.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 29, 2022
    Terms of use