Declaration Syntax
Public Overridable Function Equals( _
ByVal other As _T _
) As Boolean
public virtual bool Equals(
_T other
);
public: virtual bool Equals(
_T other
);
public function Equals(
other : _T
) : Boolean;
Parameters
- other
- The instance to compare.
Return Value
true
Requirements
Namespace: Eas.WebCrawler.Common.DiagnosticsAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)