ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Camera Class / Equals Method / Equals(Camera) Method
The camera used in the comparison.

In This Topic
    Equals(Camera) Method
    In This Topic
    Determines whether the specified camera is equivalent to the current camera.
    Syntax
    Public Overloads Function Equals( _
       ByVal camera As Camera _
    ) As Boolean
    public bool Equals( 
       Camera camera
    )

    Parameters

    camera
    The camera used in the comparison.

    Return Value

    True if the camera is equivalent.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also