docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator ==

    operator ==(ARLightEstimationData, ARLightEstimationData)

    Compares lhs and rhs for equality using Equals(ARLightEstimationData).

    Declaration
    public static bool operator ==(ARLightEstimationData lhs, ARLightEstimationData rhs)
    Parameters
    Type Name Description
    ARLightEstimationData lhs

    The left-hand-side ARLightEstimationData of the comparison.

    ARLightEstimationData rhs

    The right-hand-side ARLightEstimationData of the comparison.

    Returns
    Type Description
    bool

    true if lhs compares equal to rhs, false otherwise.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023