Checks for equality between this instance and the specified object.

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 objects are equal, otherwise false.

Requirements

Namespace: Eas.WebCrawler.Common.Diagnostics
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

ReferenceTypeWrapper`1 Class | ReferenceTypeWrapper`1 Members | Eas.WebCrawler.Common.Diagnostics Namespace