SshPublicKey.Equals Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Equals(Object)
Determines whether the specified object is the same key as the specified key.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj | Object to compare with the current key. |
Returns
Type | Description |
---|---|
Boolean | True if the objects are the same; false otherwise. |
Overrides
Equals(SshPublicKey)
Determines whether the specified key is the same key as the specified key.
Declaration
public bool Equals(SshPublicKey key)
Parameters
Type | Name | Description |
---|---|---|
SshPublicKey | key | Key to compare with the current key. |
Returns
Type | Description |
---|---|
Boolean | True if the keys are the same; false otherwise. |