ListAndSetTOverlaps Method |
Not implemented
Namespace: JenevaAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public bool Overlaps(
IEnumerable<T> other
)
Public Function Overlaps (
other As IEnumerable(Of T)
) As Boolean
Parameters
- other
- Type: System.Collections.GenericIEnumerableT
[Missing <param name="other"/> documentation for "M:Jeneva.ListAndSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Jeneva.ListAndSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})"]
Implements
ISetTOverlaps(IEnumerableT)See Also