M_Rhino_Geometry_MeshNgon_op_Equality - mcneel/rhinocommon-api-docs GitHub Wiki
Determines whether two MeshNgon structures have equal values.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool operator ==(
MeshNgon a,
MeshNgon b
)
VB
Public Shared Operator = (
a As MeshNgon,
b As MeshNgon
) As Boolean
- a
- Type: Rhino.Geometry.MeshNgon
The first MeshNgon. - b
- Type: Rhino.Geometry.MeshNgon
The second MeshNgon.
Type: Boolean
true if the vertex and face index lists are identical; otherwise false.
Supported in: 6.0.16224.21491