Checks if the passed in wrapper's underlying Value is the same as this instance's Value.

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
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