JET_LGPOS. LessThan, opérateur
Déterminez si une position de journal est avant une autre position de journal.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Operator < ( _
lhs As JET_LGPOS, _
rhs As JET_LGPOS _
) As Boolean
'Usage
Dim lhs As JET_LGPOS
Dim rhs As JET_LGPOS
Dim returnValue As Boolean
returnValue = (lhs < rhs)
public static bool operator <(
JET_LGPOS lhs,
JET_LGPOS rhs
)
Paramètres
LHS
Type : Microsoft.ISAM.esent.Interop.JET_LGPOSPremière position du journal à comparer.
rhs
Type : Microsoft.ISAM.esent.Interop.JET_LGPOSDeuxième position du journal à comparer.
Valeur de retour
Type : System. Boolean
True si LHS vient avant RHS.