MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

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.