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)
ParameterTipeDeskripsi
valueconst T&Elemen yang akan dicari dalam koleksi.

ReturnValue

true if the collection contains the specified value; otherwise, false.

Lihat Juga