BinaryWriter: 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 compare equalit to.

Return Values

Boolean -  Boolean indicating equality.

See Also

Project CorLib Overview

Class BinaryWriter Overview

IObject