System::Collections::Specialized::StringCollection::Contains methode

StringCollection::Contains method

Controleert of een specifieke string aanwezig is in de container.

bool System::Collections::Specialized::StringCollection::Contains(const System::String &value) const
ParameterTypeBeschrijving
valueconst System::String&String om te zoeken.

ReturnValue

Waar als de tekenreeks wordt gevonden, onwaar anders.

Zie ook