| KmerData32CompareTo Method (KmerData32) | 
            Compares this instance to a specified instance of IKmerData and returns an indication of their relative values.
            
 
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic int CompareTo(
	KmerData32 other
)
Public Function CompareTo ( 
	other As KmerData32
) As Integer
public:
int CompareTo(
	KmerData32 other
)
member CompareTo : 
        other : KmerData32 -> int 
Parameters
- other
 - Type: Bio.Algorithms.KmerKmerData32
Instance of the IKmerData 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