LessThan
Determines whether the current Version object is less than the specified Version object.
Public Function LessThan(
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 less than Value; otherwise, False.
See Also
Project CorLib Overview
Class Version Overview