Click or drag to resize
DifferenceNodeCompareDifferenceNode Method
Comparison of two word match list nodes based on the first sequence start indices

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static int CompareDifferenceNode(
	WordMatch n1,
	WordMatch n2
)

Parameters

n1
Type: BioWordMatch
First match list node
n2
Type: BioWordMatch
Second match list node

Return Value

Type: Int32
Integer value indicating zero if equal.
See Also