طريقة System::Collections::BitArray::Contains method
BitArray::Contains method
يتحقق مما إذا كانت القيمة المحددة موجودة في الحاوية. غير مُنفّذة.
bool System::Collections::BitArray::Contains(const bool &item) const override
| معامل | نوع | الوصف |
|---|---|---|
| item | const bool& | العنصر المراد البحث عنه. |
ReturnValue
صحيح إذا كان العنصر موجودًا، خطأ خلاف ذلك.
انظر أيضًا
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++