docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator ==

    operator ==(XRCameraFrameExifData, XRCameraFrameExifData)

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

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

    The left-hand-side XRCameraFrameExifData of the comparison.

    XRCameraFrameExifData rhs

    The right-hand-side XRCameraFrameExifData of the comparison.

    Returns
    Type Description
    bool

    true if lhs compares equal to rhs. Otherwise, false.

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