We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Determines whether the range contains the specified range boundary.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool Contains( RangeBoundaryTo<T> other )
VB
Public Function Contains ( other As RangeBoundaryTo(Of T) ) As Boolean
F#
member Contains : other : RangeBoundaryTo<'T> -> bool
Type: Booleantrue, if the range contains the boundary.
true
Range(T, TKey) StructureContains OverloadCodeJam.Ranges Namespace