Leadtools.Jpip Namespace > Range Class : GetHashCode Method |
public override int GetHashCode()
'Declaration Public Overrides Function GetHashCode() As Integer
public: int GetHashCode(); override
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.