BigInteger Equals Method (UInt64)SSH .NET Client Library Documentation
Returns a value that indicates whether the current instance and an unsigned 64-bit integer 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 bool Equals(
	ulong other
)

Parameters

other
Type: OnlineSystem UInt64
The unsigned 64-bit integer to compare.

Return Value

true if the current instance and the unsigned 64-bit integer have the same value; otherwise, false.
See Also