Compares this instance to a signed 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 signed 64-bit integer.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- other
- Type:
System Int64
The signed 64-bit integer 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 zero.The current instance is greater than other.See Also