BigInteger Equals Method (BigInteger)SSH .NET Client Library Documentation
Returns a value that indicates whether the current instance and a specified System.Numerics.BigInteger object have the same value.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public bool Equals(
	BigInteger other
)

Return Value

true if this System.Numerics.BigInteger object and other have the same value; otherwise, false.

Implements

OnlineIEquatable T  Equals(T)
See Also