Skip to content

M_CodeJam_Ranges_CompositeRange_2_Contains__1

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

CompositeRange(T, TKey).Contains(TKey2) Method (CompositeRange(T, TKey2))

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<TKey2>(
	CompositeRange<T, TKey2> other
)

VB

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

F#

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

Parameters

 

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

Type Parameters

 

TKey2
The type of the key of another range.

Return Value

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

See Also

Reference

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

Clone this wiki locally