M_Rhino_Geometry_MeshFace_op_Inequality - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFace.Inequality Operator

Determines whether two MeshFace structures have different values.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static bool operator !=(
	MeshFace a,
	MeshFace b
)

VB

Public Shared Operator <> ( 
	a As MeshFace,
	b As MeshFace
) As Boolean

Parameters

 

a
Type: Rhino.Geometry.MeshFace
The first MeshFace.
b
Type: Rhino.Geometry.MeshFace
The second MeshFace.

Return Value

Type: Boolean
true if the indices of the two points are in any way different; otherwise false.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshFace Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️