BigInteger Equals Method (Int64)SSH .NET Client Library Documentation
Returns a value that indicates whether the current instance and a signed 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(
	long other
)

Parameters

other
Type: OnlineSystem Int64
The signed 64-bit integer value to compare.

Return Value

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