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