M_CodeJam_Ranges_CompositeRange_2_Contains_1 - rsdn/CodeJam GitHub Wiki

CompositeRange(T, TKey).Contains Method (Range(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(
	Range<T> other
)

VB

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

F#

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

Parameters

 

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

Return Value

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

See Also

Reference

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

⚠️ **GitHub.com Fallback** ⚠️