Click or drag to resize

MeshNgonEquals Method (MeshNgon)

Determines if this ngon and otherNgon are identical.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Equals(
	MeshNgon otherNgon
)

Parameters

otherNgon
Type: Rhino.GeometryMeshNgon
The other ngon for comparison.

Return Value

Type: Boolean
true if otherNgon is identical to this ngon; otherwise false.

Implements

IEquatableTEquals(T)
See Also