docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(object)

    Compares for equality.

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

    An object to compare against.

    Returns
    Type Description
    bool

    true if obj is an ARLightEstimationData and Equals(ARLightEstimationData) is also true. Otherwise, false.

    Overrides
    ValueType.Equals(object)

    Equals(ARLightEstimationData)

    Compares for equality.

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

    The other ARLightEstimationData to compare against.

    Returns
    Type Description
    bool

    true if the ARLightEstimationData represents the same object.

    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