Plane.GetHashCode Method

PlaneGetHashCode Method

Gets a non-unique hashing code for this entity.

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

Return Value

Type: Int32
A particular number for a specific instance of plane.
See Also