Overlaps()

ISet::Overlaps(IEnumerablePtr) method

Checks if set overlaps with other container.

virtual bool System::Collections::Generic::ISet<T>::Overlaps(IEnumerablePtr other)=0

Arguments

ParameterTypeDescription
otherIEnumerablePtrContainer to check against.

Return Value

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

See Also