System::Collections::CollectionBase::ListImpl::Contains method
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.
संबंधित देखें
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++