ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionSet Class / GetHashCode Method

In This Topic
    GetHashCode Method (SelectionSet)
    In This Topic
    Serves as the default hash function.
    Syntax
    public override int GetHashCode()
    Public Overrides NotOverridable 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 Dictionary<TKey, TValue> 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.6 or higher.
    See Also