MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Determines if two MgCoordinateSystemGridSpecification objects are the same.

.NET Syntax
virtual bool IsSameAs (MgCoordinateSystenGridSpecification secondObject);
Java Syntax
virtual bool IsSameAs (MgCoordinateSystenGridSpecification secondObject);
PHP Syntax
virtual bool IsSameAs (MgCoordinateSystenGridSpecification secondObject);
Parameters:
specification(MgCoordinateSystemGridSpecification) The second object to which the host object is to be compared to.
Returns:
Returns true if the objects are identical.
Remarks:
Objects with a different unit settings are automatically considered different. Therefore the intelligence necessary to compare values which are identical in different units is not present.