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

ParameterTypeDescription
valueconst System::String&String to look for.

Return Value

True if string is found, false otherwise.

See Also