MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
bool MgParameterCollection::Contains ( const MgParameter value) const

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

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