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