System::Collections::CollectionBase::ListImpl::Contains method
ListImpl::Contains method
Menentukan apakah koleksi berisi elemen tertentu.
bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | const T& | Elemen yang akan dicari dalam koleksi. |
ReturnValue
true if the collection contains the specified value; otherwise, false.
Lihat Juga
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++