Line.GetHashCode Method

LineGetHashCode Method

Computes a hash number that represents this line.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer

Return Value

Type: Int32
A number that is not unique to the value of this line.
See Also