BigInteger CompareTo Method (BigInteger)SSH .NET Client Library Documentation
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.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public int CompareTo(
	BigInteger other
)

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

OnlineIComparable T  CompareTo(T)
See Also