Returns a value that indicates whether a System.Numerics.BigInteger value is greater than another System.Numerics.BigInteger value.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static bool operator >( BigInteger left, BigInteger right )
Parameters
- left
- Type: Renci.SshNet.Common BigInteger
The first value to compare.
- right
- Type: Renci.SshNet.Common BigInteger
The second value to compare.
Return Value
true if left is greater than right; otherwise, false.See Also