System::Collections::CollectionBase::ListImpl::Contains méthode
ListImpl::Contains method
Détermine si la collection contient un élément spécifique.
bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
| Paramètre | Type | Description |
|---|---|---|
| valeur | const T& | L’élément à localiser dans la collection. |
ReturnValue
true if the collection contains the specified value; otherwise, false.
Voir aussi
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++