BigInteger Equals Method (Object)SSH .NET Client Library Documentation
Returns a value that indicates whether the current instance and a specified 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 override bool Equals(
	Object obj
)

Return Value

true if the obj parameter is a System.Numerics.BigInteger object or a type capable of implicit conversion to a System.Numerics.BigInteger value, and its value is equal to the value of the current System.Numerics.BigInteger object; otherwise, false.
See Also