-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_Range_1_Contains_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Determines whether the range contains the specified range boundary.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool Contains(
RangeBoundaryFrom<T> other
)
VB
Public Function Contains (
other As RangeBoundaryFrom(Of T)
) As Boolean
F#
member Contains :
other : RangeBoundaryFrom<'T> -> bool
- other
- Type: CodeJam.Ranges.RangeBoundaryFrom(T)
The boundary to check.
Type: Booleantrue
, if the range contains the boundary.