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