KmerData32CompareTo Method (Object) |
Compares this instance to a specified instance of object 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)
Syntax public int CompareTo(
Object value
)
Public Function CompareTo (
value As Object
) As Integer
public:
int CompareTo(
Object^ value
)
member CompareTo :
value : Object -> int
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