Click or drag to resize
RangeCollectionEquals Method (Object)
True if and only if two RangeCollections have exactly the same elements.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare to

Return Value

Type: Boolean
true, if there the RangeCollections have the same elements; false, otherwise
See Also