StringBuilder: 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 -  Boolean indicating equality.

Remarks

This implementation simply delegates to Object.Equals.

See Also

Project CorLib Overview

Class StringBuilder Overview