ArrayList: Equals

Equals

Returns a boolean indicating if the value and this object instance are the same instance.



 Public Function Equals(
	  ByRef Value As Variant ) As Boolean

Parameters

Value
[ByRef] Variant. The value to test equality on.

Return Values

Boolean -  True if Value and this instance are the same instance; False otherwise.

See Also

Project CorLib Overview

Class ArrayList Overview

IObject