System::Collections::IListImplRefType::Contains methode

IListImplRefType::Contains method

Controleert of het item aanwezig is in de lijst.

virtual bool System::Collections::IListImplRefType<T>::Contains(SharedPtr<System::Object> item) const override
ParameterTypeBeschrijving
itemSharedPtr<System::Object>Item om naar te zoeken.

ReturnValue

True als het item wordt gevonden, false anders.

Zie ook