MeshNgon.Equals Method (MeshNgon)

MeshNgonEquals Method (MeshNgon)

Determines if this ngon and otherNgon are identical.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Equals(
	MeshNgon otherNgon
)
Public Function Equals ( 
	otherNgon As MeshNgon
) As Boolean

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)
Version Information

Rhino for Windows

Supported in: 6.8
See Also