MeshingParameters.Inequality
Public 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.Geometry.MeshingParameters
The first MeshingParameters.
mp2
Type: Rhino.Geometry.MeshingParameters
The second MeshingParameters.
Return Value
Type:Boolean
true if any components of the two MeshingParameters are not equal; otherwise false.