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 another range.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool Contains<TKey2>( Range<T, TKey2> other )
VB
Public Function Contains(Of TKey2) ( other As Range(Of T, TKey2) ) As Boolean
F#
member Contains : other : Range<'T, 'TKey2> -> bool
Type: Booleantrue, if the range contains another range.
true
Range(T, TKey) StructureContains OverloadCodeJam.Ranges Namespace