Click or drag to resize
RangeCollectionEquals Method (RangeCollection)
Tests equality between two range collections

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

Parameters

rangeCollection
Type: Bio.UtilRangeCollection
The range collection we're testing against

Return Value

Type: Boolean
True if and only if the ranges are identical
See Also