-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_CompositeRange_2_Contains_5
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Determines whether the composite range contains another range.
Namespace: CodeJam.Ranges
Assembly: 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
- from
- Type: T
The boundary From value of the range to check. - to
- Type: T
The boundary To value of the range to check.
Type: Booleantrue
, if the composite range contains another range.
CompositeRange(T, TKey) Structure
Contains Overload
CodeJam.Ranges Namespace