Click or drag to resize

IntervalGetHashCode Method

Computes the hash code for this Interval object.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override int GetHashCode()

Return Value

Type: Int32
A hash value that might be equal for two different Interval values.
See Also