GeometryObject.op_Equality
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.
public static bool operator ==(
GeometryObject first,
GeometryObject second
)
-
firstThe first GeometryObject.
-
secondThe second GeometryObject.