MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgPropertyDefinitionCollection::Contains ( const MgPropertyDefinition value) [virtual]

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

.NET Syntax
virtual bool Contains(const MgPropertyDefinition value);
Java Syntax
virtual boolean Contains(const MgPropertyDefinition value);
PHP Syntax
virtual bool Contains(const MgPropertyDefinition value);
Parameters:
value(MgPropertyDefinition) Input value
Returns:
Returns true if the collection contains the specified item, false otherwise