| BigInteger: CompareTo | 
Compares two BigInteger instance to each other returning their relation.
Public Function CompareTo( ByVal Other As BigInteger ) As Long
| Value | Meaning | 
|---|---|
| Less than zero | This instance is less than Other. | 
| Zero | This instance equals Other. | 
| Greater than zero | This instance is greater than Other. | 
If Nothing is passed in, it is treated as zero.