M_Rhino_Geometry_MeshFace_op_Equality - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFace.Equality Operator

Determines whether two MeshFace structures have equal 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 exactly equal; otherwise false.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshFace Structure
Rhino.Geometry Namespace

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