System::Collections::IListImplRefType::Contains मेथड

IListImplRefType::Contains method

जाँचता है कि आइटम सूची में मौजूद है या नहीं।

virtual bool System::Collections::IListImplRefType<T>::Contains(SharedPtr<System::Object> item) const override
पैरामीटरप्रकारविवरण
आइटमSharedPtr<System::Object>खोजने के लिए आइटम।

ReturnValue

यदि आइटम मिला तो true, अन्यथा false।

संबंधित देखें