Returns whether the passed in System.Object is a ProcessingStateEventArgs that is equal to this instance.

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 System.Object to compare. 

Return Value

true
id the two objects are equal, otherwise
false
.

Requirements

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

See Also

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