Returns a value that indicates whether the current instance and a specified 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
Parameters
- obj
- Type:
System Object
The object to compare.
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