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

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

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