Determines whether the specified Object is equal to the current Object.

Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.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
The Object to compare with the current Object.

Return Value

true if the specified Object is equal to the current Object; otherwise, false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also