Checks if the passed in value is that same as this instance's Value.

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
if the values 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