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