MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
bool MgFeatureCommandCollection::Contains ( const MgFeatureCommand command) const

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

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