There was an error while loading. Please reload this page.
Determines whether the range starts after the range specified.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool StartsAfter<TKey2>( Range<T, TKey2> other )
VB
Public Function StartsAfter(Of TKey2) ( other As Range(Of T, TKey2) ) As Boolean
F#
member StartsAfter : other : Range<'T, 'TKey2> -> bool
Type: Booleantrue, if the range starts after another range.
true
Range(T) StructureStartsAfter OverloadCodeJam.Ranges Namespace