Skip to content

M_CodeJam_Ranges_CompositeRange_1_Contains

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

CompositeRange(T).Contains Method (CompositeRange(T))

Determines whether the composite range contains another range.

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

Syntax

C#

public bool Contains(
	CompositeRange<T> other
)

VB

Public Function Contains ( 
	other As CompositeRange(Of T)
) As Boolean

F#

member Contains : 
        other : CompositeRange<'T> -> bool 

Parameters

 

other
Type: CodeJam.Ranges.CompositeRange(T)
The range to check.

Return Value

Type: Boolean
true, if the composite range contains another range.

See Also

Reference

CompositeRange(T) Structure
Contains Overload
CodeJam.Ranges Namespace

Clone this wiki locally