BigInteger Equals Method SSH .NET Client Library Documentation
Overload List

  NameDescription
Public methodEquals(Int64)
Returns a value that indicates whether the current instance and a signed 64-bit integer have the same value.
Public methodEquals(Object)
Returns a value that indicates whether the current instance and a specified object have the same value.
(Overrides OnlineValueType Equals(Object).)
Public methodEquals(UInt64)
Returns a value that indicates whether the current instance and an unsigned 64-bit integer have the same value.
Public methodEquals(BigInteger)
Returns a value that indicates whether the current instance and a specified System.Numerics.BigInteger object have the same value.
Back to Top
See Also