JET_LGPOS. GreaterThan (opérateur)

Déterminez si une position de journal se trouve après 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

Valeur de retour

Type : System. Boolean
True si LHS vient après RHS.

Voir aussi

Informations de référence

Structure JET_LGPOS

Membres JET_LGPOS

Espace de noms Microsoft. ISAM. esent. Interop