Compares the passed-in object to this one for equality.

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. 

Return Value

true
if the two objects are equal, otherwise
false
.

Requirements

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

See Also

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