طريقة System::Collections::CollectionBase::ListImpl::Contains

ListImpl::Contains method

يحدد ما إذا كانت المجموعة تحتوي على عنصر محدد.

bool System::Collections::CollectionBase<T>::ListImpl::Contains(const T &value)
معاملنوعالوصف
قيمةconst T&العنصر المراد تحديد موقعه في المجموعة.

ReturnValue

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

انظر أيضًا