Web API Reference MapGuide Open Source
bool MgFeatureSchemaCollection::Contains ( const MgFeatureSchema value  )  const

Returns true if the collection contains the specified item, false otherwise.

.NET Syntax
bool Contains(const MgFeatureSchema value) const;
Java Syntax
boolean Contains(const MgFeatureSchema value) const;
PHP Syntax
bool Contains(const MgFeatureSchema value) const;

Parameters:
value (MgFeatureSchema) Input value
Returns:
Returns true if the collection contains the specified item, false otherwise.


Comments or suggestions? Send us feedback.