←Select platform

GetHashCode Method

Summary

Overridden. Returns a hash code for this Range class.

Syntax

C#
VB
C++
public override int GetHashCode() 
  
Public Overrides Function GetHashCode() As Integer 
public: 
int GetHashCode(); override  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly