Web API Reference MapGuide Open Source
bool MgMapCollection::Contains ( MgMapBase value  ) 

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.


Comments or suggestions? Send us feedback.