Click or drag to resize
RangeCollectionContains Method (Int64, Int64)
Tells if all longs from start to last (inclusive) are members of this RangeCollection.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Contains(
	long start,
	long last
)

Parameters

start
Type: SystemInt64
The first long
last
Type: SystemInt64
The last long

Return Value

Type: Boolean
true if all longs from start to last (inclusive) are members of this RangeCollection; otherwise, false
See Also