System::Collections::Generic::IKVCollection::Contains methode
IKVCollection::Contains method
Controleert of het item aanwezig is in de container.
virtual bool System::Collections::Generic::IKVCollection<T>::Contains(const T &item) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| item | const T& | Item om naar te zoeken. |
ReturnValue
True als het item wordt gevonden, false anders.
Zie ook
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++