Returns true if the collection contains the specified item, false otherwise.
.NET Syntax
virtual bool Contains(string value);
|
Java Syntax
virtual boolean Contains(String value);
|
PHP Syntax
virtual bool Contains(string value);
|
- Parameters:
-
| value | (String/string) Input value |
- Returns:
- Returns true if the collection contains the specified item, false otherwise.