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