System::Collections::IList::Contains methode

IList::Contains method

Controleert of het item in de lijst staat.

virtual bool System::Collections::IList::Contains(SharedPtr<System::Object> item) const =0
ParameterTypeBeschrijving
itemSharedPtr<System::Object>Het te zoeken item.

ReturnValue

True als het item wordt gevonden, false anders.

Zie ook