System::Collections::Generic::_ValueCollection::Contains method

_ValueCollection::Contains method

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

bool System::Collections::Generic::_ValueCollection<Dict>::Contains(const TValue &item) const override
पैरामीटरप्रकारविवरण
आइटमconst TValue&खोजने के लिए आइटम।

ReturnValue

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

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