Click or drag to resize

TimeIntervalCollection<T>.Contains Method (TimeInterval<T>)

Determines if this collection contains all of a specified interval.

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

Parameters

item
Type: AGI.Foundation.Time.TimeInterval<T>
The interval to check.

Return Value

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

Implements

ICollection<T>.Contains(T)
See Also