MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Determines if the collection contains the specified layer.

.NET Syntax
bool Contains(MgLayerBase value);
Java Syntax
boolean Contains(MgLayerBase value);
PHP Syntax
bool Contains(MgLayerBase value);
Parameters:
value(MgLayerBase) MgLayerBase to search for.
Returns:
Returns true if the collection contains the specified item, or false otherwise.