Skip to content

M_Rhino_Geometry_MeshFace_Equals

Will Pearson edited this page Aug 12, 2016 · 1 revision

MeshFace.Equals Method (MeshFace)

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

Syntax

C#

public bool Equals(
	MeshFace other
)

VB

Public Function Equals ( 
	other As MeshFace
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.MeshFace
The other mesh face for comparison.

Return Value

Type: Boolean
true if the other face is, also orderly, equal to the present one; otherwise false.

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshFace Structure
Equals Overload
Rhino.Geometry Namespace

Clone this wiki locally