docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(object)

    Checks the equality of this object against this TrackableCollection<TTrackable>.

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

    The object that this collection should be checked against for equivalency.

    Returns
    Type Description
    bool

    true if the object is a TrackableCollection<TTrackable> and is considered equivalent to this and false otherwise.

    Overrides
    ValueType.Equals(object)

    Equals(TrackableCollection<TTrackable>)

    Checks the equality of this TrackableCollection<TTrackable> against another TrackableCollection<TTrackable> of the same TTrackable generic type.

    Declaration
    public bool Equals(TrackableCollection<TTrackable> other)
    Parameters
    Type Name Description
    TrackableCollection<TTrackable> other

    The TrackableCollection<TTrackable> that this collection should be checked against for equivalency.

    Returns
    Type Description
    bool

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

    Implements
    IEquatable<T>.Equals(T)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023