- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Ranges_CompositeRange_2_HasIntersection__1_1
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        1 revision
      
    Determines whether the composite range has intersection with another range.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool HasIntersection<TKey2>(
	Range<T, TKey2> other
)VB
Public Function HasIntersection(Of TKey2) ( 
	other As Range(Of T, TKey2)
) As BooleanF#
member HasIntersection : 
        other : Range<'T, 'TKey2> -> bool 
- other
 - Type: CodeJam.Ranges.Range(T, TKey2)
The range to check. 
- TKey2
 - The type of the other range key
 
Type: Booleantrue, if the composite range has intersection with another range.
CompositeRange(T, TKey) Structure
HasIntersection Overload
CodeJam.Ranges Namespace