Returns true if the collection contains the specified line string, false otherwise.
.NET Syntax
virtual bool Contains(const MgLineString value) const;
|
Java Syntax
virtual boolean Contains(const MgLineString value) const;
|
PHP Syntax
virtual bool Contains(const MgLineString value) const;
|
- Parameters:
-
| value | (MgLineString) line string reference to check containment of. |
- Returns:
- True if the collection contains the specified line string, false otherwise.