|
bool MgReadOnlyLayerCollection::Contains |
( |
MgLayerBase * |
value |
) |
|
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:
-
- Returns:
- Returns true if the collection contains the specified item, or false otherwise.
|