Returns whether this Request is the same as the System.Object passed in.

Declaration Syntax

Public Overrides Function Equals( _
	ByVal obj As Object _
) As Boolean
public override bool Equals(
	object obj
);
public: bool Equals(
	Object obj
);
public override function Equals(
	obj : Object
) : Boolean;

Parameters

obj
The object to compare with. 

Return Value

true
if the objects are the same, or
false
if not.

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

Request Class | Request Members | Eas.WebCrawler.Interfaces Namespace