docs.unity.cn
    Show / Hide Table of Contents

    Method Equals

    Equals(RigidTransform)

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

    Declaration
    public bool Equals(RigidTransform x)
    Parameters
    Type Name Description
    RigidTransform x

    The RigidTransform to compare with.

    Returns
    Type Description
    Boolean

    True if the RigidTransform is equal to the input, false otherwise.

    Equals(Object)

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

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

    The object to compare with.

    Returns
    Type Description
    Boolean

    True if the RigidTransform is equal to the input, false otherwise.

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