Compares this instance to a second System.Numerics.BigInteger and returns
an integer that indicates whether the value of this instance is less than,
equal to, or greater than the value of the specified object.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public int CompareTo( BigInteger other )
Parameters
- other
- Type: Renci.SshNet.Common BigInteger
The object to compare.
Return Value
A signed integer value that indicates the relationship of this instance to other, as shown in the following table.Return valueDescriptionLess than zeroThe current instance is less than other.ZeroThe current instance equals other.Greater than zeroThe current instance is greater than other.Implements
See Also