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

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

    Parameters

    range
    The TimeRange used in the comparison.

    Return Value

    True if the TimeRange is equivalent.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also