docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(SplineInfo)

    Compare against another SplineInfo for equality.

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

    The other instance to compare against.

    Returns
    Type Description
    bool

    Returns true when other is a SplineInfo and the values of each instance 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 SplineInfo and the values of each instance 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)