M_Rhino_Geometry_MeshNgon_Equals_1 - mcneel/rhinocommon-api-docs GitHub Wiki

MeshNgon.Equals Method (Object)

Determines if otherObj is a MeshNgon and is identical to this ngon.

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

Syntax

C#

public override bool Equals(
	Object otherObj
)

VB

Public Overrides Function Equals ( 
	otherObj As Object
) As Boolean

Parameters

 

otherObj
Type: System.Object
Any object the represents the other mesh face for comparison.

Return Value

Type: Boolean
true if otherObj is a MeshNgon and is identical to this ngon; otherwise false.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshNgon Class
Equals Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️