MapGuide API Reference
|
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.
virtual bool Equals(MgGeometry other); |
virtual boolean Equals(MgGeometry other); |
virtual bool Equals(MgGeometry other); |
other | (MgGeometry) The MgGeometry to test against this one. |