SqlCeVersion.LessThan Operator

Determines whether the first specified SqlCeVersion object is less than the second specified SqlCeVersion object.

Namespace:  Microsoft.SqlServerCe.VersionManagement
Assembly:  Microsoft.SqlServerCe.VersionManagement (in Microsoft.SqlServerCe.VersionManagement.dll)

Syntax

'Declaration
Public Shared Operator < ( _
    left As SqlCeVersion, _
    right As SqlCeVersion _
) As Boolean
'Usage
Dim left As SqlCeVersion
Dim right As SqlCeVersion
Dim returnValue As Boolean

returnValue = (left < right)
public static bool operator <(
    SqlCeVersion left,
    SqlCeVersion right
)
public:
static bool operator <(
    SqlCeVersion^ left, 
    SqlCeVersion^ right
)
static let inline (<)
        left:SqlCeVersion * 
        right:SqlCeVersion  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

Return Value

Type: System.Boolean
True if the first specified SqlCeVersion object is less than the second specified SqlCeVersion object; otherwise, false.

See Also

Reference

SqlCeVersion Class

Microsoft.SqlServerCe.VersionManagement Namespace