طريقة System::Collections::Generic::ISet::Overlaps
ISet::Overlaps method
يتحقق مما إذا كانت المجموعة تتقاطع مع الحاوية الأخرى.
virtual bool System::Collections::Generic::ISet<T>::Overlaps(IEnumerablePtr other)=0
| Parameter | Type | الوصف |
|---|---|---|
| آخر | IEnumerablePtr | الحاوية للمقارنة معها. |
ReturnValue
صحيح إذا كانت المجموعة الحالية و other تحتويان على عنصر مشترك واحد على الأقل، وإلا خاطئ.
انظر أيضًا
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++