BigInteger IsZero Property SSH .NET Client Library Documentation
Indicates whether the value of the current System.Numerics.BigInteger object is System.Numerics.BigInteger.Zero.

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

public bool IsZero { get; }

Field Value

true if the value of the System.Numerics.BigInteger object is System.Numerics.BigInteger.Zero; otherwise, false.
See Also