Determines whether the specified key is the same key as the specified key.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Function Equals ( _ key As SshPublicKey _ ) As Boolean |
C# |
---|
public bool Equals( SshPublicKey key ) |
Parameters
- key
- Type: Rebex.Net..::..SshPublicKey
Key to compare with the current key.