GeometryObject.Equality Operator
Description:
Determines whether two GeometryObjects are the same.
Determines whether two GeometryObjects are the same.
Remarks:
This compares the internal identifiers of the geometry, and doesn't compare them geometrically.
This compares the internal identifiers of the geometry, and doesn't compare them geometrically.
Parameters
| Parameter | Type | Description |
|---|---|---|
| first | GeometryObject | The first GeometryObject. |
| second | GeometryObject | The second GeometryObject. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the GeometryObjects are the same; otherwise, false. |