MeshFace.GetHashCode Method

MeshFaceGetHashCode Method

Overload List
  NameDescription
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetHashCode
Returns a runtime-stable hashcode for the current mesh face. You are not allowed to rely on persistance of this hashcode in serialization, but for each version of RhinoCommon, this hashcode will be the same for each mesh face.
(Overrides ValueTypeGetHashCode.)
Top
See Also