Click or drag to resize

TimeIntervalCollectionTContains Method (TimeIntervalT)

Determines if this collection contains all of a specified interval.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Contains(
	TimeInterval<T> item
)

Parameters

item
Type: AGI.Foundation.TimeTimeIntervalT
The interval to check.

Return Value

Type: Boolean
if this interval collection contains the specified interval, or if this collection has any gaps over the input interval. Data is ignored by this method.

Implements

ICollectionTContains(T)
See Also