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