BigInteger GreaterThan Operator (BigInteger, Int64)SSH .NET Client Library Documentation
Returns a value that indicates whether a System.Numerics.BigInteger is greater than a 64-bit signed integer value.

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

public static bool operator >(
	BigInteger left,
	long right
)

Return Value

true if left is greater than right; otherwise, false.
See Also