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.

Return Value

True if the keys are the same; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also