docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator ==

    operator ==(TrackableCollection<TTrackable>, TrackableCollection<TTrackable>)

    Overloads the == operator to use the equals method for equality checking.

    Declaration
    public static bool operator ==(TrackableCollection<TTrackable> lhs, TrackableCollection<TTrackable> rhs)
    Parameters
    Type Name Description
    TrackableCollection<TTrackable> lhs

    The TrackableCollection<TTrackable> on the left hand side of the operator.

    TrackableCollection<TTrackable> rhs

    The TrackableCollection<TTrackable> on the right hand side of the operator.

    Returns
    Type Description
    bool

    true if the two TrackableCollection<TTrackable>s are considered equivalent and false otherwise.

    See Also
    Equals(TrackableCollection<TTrackable>)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023