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
Requirements
Namespace: Eas.WebCrawler.Common.DiagnosticsAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)