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( T from, T to )
VB
Public Function Contains ( from As T, to As T ) As Boolean
F#
member Contains : from : 'T * to : 'T -> bool
Type: Booleantrue, if the range contains another range.
true
Range(T, TKey) StructureContains OverloadCodeJam.Ranges Namespace