Click or drag to resize
RangeCollectionContains Method (RangeCollection)
Tells if this RangeCollection is a superset of another. An an equal RangeCollection is a superset.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Contains(
	RangeCollection rangeCollection
)

Parameters

rangeCollection
Type: Bio.UtilRangeCollection
The RangeCollection that may be the subset

Return Value

Type: Boolean
true, if this RangeCollection is a superset; otherwise, false
See Also