System::Collections::Specialized::StringCollection::Contains method
StringCollection::Contains method
Checks whether specific string is present in container.
bool System::Collections::Specialized::StringCollection::Contains(const System::String &value) const
Parameter | Type | Description |
---|---|---|
value | const System::String& | String to look for. |
ReturnValue
True if string is found, false otherwise.
See Also
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++