M_Rhino_Geometry_MeshFace_Equals - mcneel/rhinocommon-api-docs GitHub Wiki
Returns a value indicating whether the other mesh face has precisely the same value as the current one.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool Equals(
MeshFace other
)
VB
Public Function Equals (
other As MeshFace
) As Boolean
- other
- Type: Rhino.Geometry.MeshFace
The other mesh face for comparison.
Type: Boolean
true if the other face is, also orderly, equal to the present one; otherwise false.
Supported in: 6.0.16224.21491