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
ParameterTypeDescription
valueconst System::String&String to look for.

ReturnValue

True if string is found, false otherwise.

See Also