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
)
Public Shared Operator <> (
mp1 As MeshingParameters,
mp2 As MeshingParameters
) As Boolean
Parameters
- mp1
- Type: Rhino.GeometryMeshingParameters
The first MeshingParameters. - mp2
- Type: Rhino.GeometryMeshingParameters
The second MeshingParameters.
Return Value
Type:
Booleantrue if any components of the two MeshingParameters are not equal; otherwise false.
See Also