BigInteger Inequality Operator (BigInteger, BigInteger)SSH .NET Client Library Documentation
Returns a value that indicates whether two BigInteger objects have different values.

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,
	BigInteger right
)

Return Value

true if left and right are not equal; otherwise, false.
See Also