docs.unity3d.com
Search Results for

    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
    bool

    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
    bool

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

    Overrides
    ValueType.Equals(object)
    In This Article
    Back to top
    Copyright © 2024 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)