There was an error while loading. Please reload this page.
Determines whether the composite has intersection with another range.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool HasIntersection( T from, T to )
VB
Public Function HasIntersection ( from As T, to As T ) As Boolean
F#
member HasIntersection : from : 'T * to : 'T -> bool
Type: Booleantrue, if the composite range has intersection with another range.
true
CompositeRange(T, TKey) StructureHasIntersection OverloadCodeJam.Ranges Namespace