Compares this lock to other objects 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 objects are equal, otherwise
false
.

Requirements

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

See Also

SpinWaitLock Structure | SpinWaitLock Members | Eas.WebCrawler.Common.Threading Namespace