M_Rhino_Geometry_MeshNgon_op_Inequality - mcneel/rhinocommon-api-docs GitHub Wiki
Determines whether two MeshNgon structures have different 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 or face index lists are different in any way; otherwise false.
Supported in: 6.0.16224.21491