Skip to content

M_CodeJam_Ranges_Range_2_Contains_1

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

Range(T, TKey).Contains Method (RangeBoundaryFrom(T))

Determines whether the range contains the specified range boundary.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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 

Parameters

 

other
Type: CodeJam.Ranges.RangeBoundaryFrom(T)
The boundary to check.

Return Value

Type: Boolean
true, if the range contains the boundary.

See Also

Reference

Range(T, TKey) Structure
Contains Overload
CodeJam.Ranges Namespace

Clone this wiki locally