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