Bridge

ISet<(Of <(<'T>)>)>..::..Overlaps Method

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


bool Overlaps(
	IEnumerable<T> other
)
Function Overlaps ( _
	other As IEnumerable(Of T) _
) As Boolean
bool^ Overlaps(
	IEnumerable<T>^ other
)

Parameters

other
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>