Click or drag to resize
KmerData32CompareTo Method (Object)
Compares this instance to a specified instance of object and returns an indication of their relative values.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int CompareTo(
	Object value
)

Parameters

value
Type: SystemObject
Instance of the object to compare.

Return Value

Type: Int32
A signed number indicating the relative values of this instance. Zero This instance is equal to value. Greater than zero This instance is greater than value.
See Also