- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_Ranges_Range_1_StartsAfter
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        1 revision
      
    Determines whether the range starts after the range specified.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool StartsAfter(
	Range<T> other
)VB
Public Function StartsAfter ( 
	other As Range(Of T)
) As BooleanF#
member StartsAfter : 
        other : Range<'T> -> bool 
- other
- Type: CodeJam.Ranges.Range(T)
 The range to check.
Type: Booleantrue, if the range starts after another range.
Range(T) Structure
StartsAfter Overload
CodeJam.Ranges Namespace