Click or drag to resize
RangeCollectionIsComplete Method (Int64, Int64)
Tells if the range collection includes all longs from firstItem to lastItem (inclusive)

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool IsComplete(
	long firstItem,
	long lastItem
)

Parameters

firstItem
Type: SystemInt64
The first long of interest
lastItem
Type: SystemInt64
The last long of interest

Return Value

Type: Boolean
true if the range collection includes all the longs between firstItem and lastItem (inclusive); otherwise, false
See Also