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