Version: Equals

Equals

Returns a value indicating whether the current Version object and a specified Version object represent the same value.



 Public Function Equals(
	  ByRef Value As Variant ) As Boolean

Parameters

Value
[ByRef] Variant. A Version object to compare to the current Version object, or Nothing.

Return Values

Boolean -  True if every component of the current Version object matches the corresponding component of the Value parameter; otherwise, False.

See Also

Project CorLib Overview

Class Version Overview