docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(ARTrackablesParentTransformChangedEventArgs)

    Compares for equality.

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

    The other ARTrackablesParentTransformChangedEventArgs to compare against.

    Returns
    Type Description
    bool

    Returns true if each property in other is equal (using ==) to the corresponding property in this one. Returns false otherwise.

    Implements
    IEquatable<T>.Equals(T)

    Equals(object)

    Compares 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 if obj is an ARTrackablesParentTransformChangedEventArgs and it compares equal using Equals(ARTrackablesParentTransformChangedEventArgs). Returns false otherwise.

    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)