Click or drag to resize

MeshingParametersInequality Operator

Determines whether the two MeshingParameters do not have equal values.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public static bool operator !=(
	MeshingParameters mp1,
	MeshingParameters mp2
)

Parameters

mp1
Type: Rhino.GeometryMeshingParameters
The first MeshingParameters.
mp2
Type: Rhino.GeometryMeshingParameters
The second MeshingParameters.

Return Value

Type: Boolean
true if any components of the two MeshingParameters are not equal; otherwise false.
See Also