ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / RangeExtent Class / Equals Method / Equals(RangeExtent) Method
The RangeExtent used in the comparison.
Version

    Equals(RangeExtent) Method
    Determines whether the specified RangeExtent is equivalent to the current RangeExtent.
    Syntax
    public bool Equals( 
       RangeExtent range
    )

    Parameters

    range
    The RangeExtent used in the comparison.

    Return Value

    True if the RangeExtent is equivalent.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also