Stack: Equals

Equals

Determines whether the specified value is equal to the current object.



 Public Function Equals(
	  ByRef Value As Variant ) As Boolean

Parameters

Value
[ByRef] Variant. The value to compare with the current object.

Return Values

Boolean -  True if the specified value is equal to the current object; otherwise, False.

See Also

Project CorLib Overview

Class Stack Overview