Returns a value that indicates whether the current instance and a signed 64-bit integer 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
- other
- Type:
System 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