System::Collections::Generic::ISet::Overlaps method
ISet::Overlaps method
Checks if set overlaps with other container.
virtual bool System::Collections::Generic::ISet<T>::Overlaps(IEnumerablePtr other)=0
Parameter | Type | Description |
---|---|---|
other | IEnumerablePtr | Container to check against. |
ReturnValue
True if current set and other have at least one common element, false otherwise.
See Also
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++