Description:

Determines if two geometries equal one another, in pure geometrical shape. This version only compares the geometry itself and does not include any user data comparisons. This is a comparison by value: for two identical items it will be true, no matter where in memory they may be stored.

Syntax:
public static Boolean GeometryEquals(
GeometryBase first,
GeometryBase second
)
Parameters:
Returns:
Type: Boolean
The indication of equality
Available since:
6.0

GeometryEquals method

Class:  Rhino.Geometry.GeometryBase

Nothing found