Returns a value that indicates whether the current instance and an unsigned 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 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