Returns a value that indicates whether a 64-bit unsigned integer is less than a 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 <( ulong left, BigInteger right )
Parameters
- left
- Type:
System UInt64
The first value to compare.
- right
- Type: Renci.SshNet.Common BigInteger
The second value to compare.
Return Value
true if left is less than right; otherwise, false.See Also