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
ParameterTypeDescription
otherIEnumerablePtrContainer to check against.

ReturnValue

True if current set and other have at least one common element, false otherwise.

See Also