BigInteger Equality Operator (Int64, BigInteger)SSH .NET Client Library Documentation
Returns a value that indicates whether a signed long integer value and a System.Numerics.BigInteger value are equal.

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 ==(
	long left,
	BigInteger right
)

Return Value

true if the left and right parameters have the same value; otherwise, false.
See Also