Returns a value that indicates whether the current instance and a specified System.Numerics.BigInteger object have the same value.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public bool Equals( BigInteger other )
Parameters
- other
- Type: Renci.SshNet.Common BigInteger
The object to compare.
Return Value
true if this System.Numerics.BigInteger object and other have the same value; otherwise, false.Implements
See Also