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