M_Rhino_Geometry_MeshNgon_Equals - mcneel/rhinocommon-api-docs GitHub Wiki
Determines if this ngon and otherNgon are identical.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool Equals(
MeshNgon otherNgon
)
VB
Public Function Equals (
otherNgon As MeshNgon
) As Boolean
- otherNgon
- Type: Rhino.Geometry.MeshNgon
The other ngon for comparison.
Type: Boolean
true if otherNgon is identical to this ngon; otherwise false.
Supported in: 6.0.16224.21491