MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgGeometry::Equals ( MgGeometry other) [virtual]

Given 2 geometries a and b, a.Equals(b) is true if the 2 geometries are spatially equal.

.NET Syntax
virtual bool Equals(MgGeometry other);
Java Syntax
virtual boolean Equals(MgGeometry other);
PHP Syntax
virtual bool Equals(MgGeometry other);
Parameters:
other(MgGeometry) The MgGeometry to test against this one.
Returns:
True if this geometry is spatially equal to the other geometry, false otherwise.