Overlaps()
ISet::Overlaps(IEnumerablePtr) method
Checks if set overlaps with other container.
virtual bool System::Collections::Generic::ISet<T>::Overlaps(IEnumerablePtr other)=0
Arguments
Parameter | Type | Description |
---|---|---|
other | IEnumerablePtr | Container to check against. |
Return Value
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.Slides