Version: NotEqualTo

NotEqualTo

Determines whether the current Version object is not equal to the specified Version object.



 Public Function NotEqualTo(
	  ByVal Value As Version ) As Boolean

Parameters

Value
[ByVal] Version. The Version object to test the relationship against.

Return Values

Boolean -  True if the current Version object is not equal to Value; otherwise, False.

See Also

Project CorLib Overview

Class Version Overview