DifferenceNodeCompareDifferenceNode Method |
Comparison of two word match list nodes
based on the first sequence start indices
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static int CompareDifferenceNode(
WordMatch n1,
WordMatch n2
)
Public Shared Function CompareDifferenceNode (
n1 As WordMatch,
n2 As WordMatch
) As Integer
public:
static int CompareDifferenceNode(
WordMatch^ n1,
WordMatch^ n2
)
static member CompareDifferenceNode :
n1 : WordMatch *
n2 : WordMatch -> int
Parameters
- n1
- Type: BioWordMatch
First match list node - n2
- Type: BioWordMatch
Second match list node
Return Value
Type:
Int32Integer value indicating zero if equal.
See Also