M_Rhino_Geometry_MeshFace_op_Equality - mcneel/rhinocommon-api-docs GitHub Wiki
Determines whether two MeshFace structures have equal values.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool operator ==(
MeshFace a,
MeshFace b
)
VB
Public Shared Operator = (
a As MeshFace,
b As MeshFace
) As Boolean
- a
- Type: Rhino.Geometry.MeshFace
The first MeshFace. - b
- Type: Rhino.Geometry.MeshFace
The second MeshFace.
Type: Boolean
true if the indices of the two points are exactly equal; otherwise false.
Supported in: 6.0.16224.21491