M_Rhino_Geometry_MeshNgon_GetHashCode - mcneel/rhinocommon-api-docs GitHub Wiki
Returns a runtime-stable hashcode for the current mesh ngon. You are not allowed to rely on persistance of this hashcode in serialization, but for each instance of the application, this hashcode will be the same for ngons with identical vertex and face lists.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public override int GetHashCode()
VB
Public Overrides Function GetHashCode As Integer
Type: Int32
A non-unique integer that represents this mesh ngon.
Supported in: 6.0.16224.21491