ArcGIS Pro 2.6 API Reference Guide
GetHashCode Method (RangeExtent)

ArcGIS.Desktop.Mapping Namespace > RangeExtent Class : GetHashCode Method
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 10, Windows 8.1, Windows 7

See Also

Reference

RangeExtent Class
RangeExtent Members