ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TimeRange Class / GetHashCode Method

In This Topic
    GetHashCode Method (TimeRange)
    In This Topic
    Serves as the default hash function.
    Syntax
    public override int GetHashCode()
    Public Overrides Function GetHashCode() As Integer

    Return Value

    A hash code for the current object.
    Remarks
    A hash code is a numeric value that is used to insert and identify an object in a hash-based collection such as the Dictionarylt;TKey, TValuegt; class, the Hashtable class, or a type derived from the DictionaryBase class. The GetHashCode method provides this hash code for algorithms that need quick checks of object equality.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also