docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(BezierKnot)

    Compare two knots for equality.

    Declaration
    public bool Equals(BezierKnot other)
    Parameters
    Type Name Description
    BezierKnot other

    The knot to compare against.

    Returns
    Type Description
    bool

    Returns true when the position, tangents, and rotation of each knot are identical.

    Implements
    IEquatable<T>.Equals(T)

    Equals(object)

    Compare against an object for equality.

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

    The object to compare against.

    Returns
    Type Description
    bool

    Returns true when obj is a BezierKnot and the values of each knot are identical.

    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)