Returns a value that indicates whether a System.Numerics.BigInteger value and an unsigned long integer value are equal.
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, ulong right )
Parameters
- left
- Type: Renci.SshNet.Common BigInteger
The first value to compare.
- right
- Type:
System UInt64
The second value to compare.
Return Value
true if the left and right parameters have the same value; otherwise, false.See Also