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