BigInteger CompareTo Method (UInt64)SSH .NET Client Library Documentation
Compares this instance to an unsigned 64-bit integer and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the unsigned 64-bit integer.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public int CompareTo(
	ulong other
)

Parameters

other
Type: OnlineSystem UInt64
The unsigned 64-bit integer to compare.

Return Value

A signed integer that indicates the relative value of this instance and 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.
See Also