Skip to content

M_Rhino_Geometry_MeshNgon_Equals

Will Pearson edited this page Aug 12, 2016 · 1 revision

MeshNgon.Equals Method (MeshNgon)

Determines if this ngon and otherNgon are identical.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Equals(
	MeshNgon otherNgon
)

VB

Public Function Equals ( 
	otherNgon As MeshNgon
) As Boolean

Parameters

 

otherNgon
Type: Rhino.Geometry.MeshNgon
The other ngon for comparison.

Return Value

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

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshNgon Class
Equals Overload
Rhino.Geometry Namespace

Clone this wiki locally