Determines whether the specified object is the same key as the specified key.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::..Object
Object to compare with the current key.

Return Value

True if the objects are the same; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also