docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator ==

    operator ==(BezierCurve, BezierCurve)

    Compare two curves for equality.

    Declaration
    public static bool operator ==(BezierCurve left, BezierCurve right)
    Parameters
    Type Name Description
    BezierCurve left

    The first curve.

    BezierCurve right

    The second curve.

    Returns
    Type Description
    bool

    Returns true when the control points of each curve are identical.

    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)