←Select platform

GetHashCode Method

Summary
Overridden. Returns a hash code for this Range class.

Syntax
C#
C++/CLI
Python
public override int GetHashCode() 
public: 
int GetHashCode(); override  
def GetHashCode(self): 

Return Value

An integer value that specifies a hash value for this Range object.

Remarks

You should avoid depending on GetHashCode for unique values, as two Range objects with the same values for their StartValue and LastValue properties may return the same hash code. This behavior could change in a future release.

Requirements

Target Platforms

See Also

Reference

Range Class

Range Members

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.