Click or drag to resize

MeshNgonEquality Operator

Determines whether two MeshNgon structures have equal values.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static bool operator ==(
	MeshNgon a,
	MeshNgon b
)

Parameters

a
Type: Rhino.GeometryMeshNgon
The first MeshNgon.
b
Type: Rhino.GeometryMeshNgon
The second MeshNgon.

Return Value

Type: Boolean
true if the vertex and face index lists are identical; otherwise false.
See Also