MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Determines if the collection contains the specified map.

.NET Syntax
bool Contains(MgMapBase value);
Java Syntax
boolean Contains(MgMapBase value);
PHP Syntax
bool Contains(MgMapBase value);
Parameters:
value(MgMapBase) The MgMapBase to look for.
Returns:
Returns true if the collection contains the specified map, or false otherwise.