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

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

    Parameters

    obj
    The TimeRange used in the comparison.

    Return Value

    True if the TimeRange is equivalent.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also