Share via


JET_LGPOS. Opérateur GreaterThan

Déterminez si une position de journal se trouve après une autre position de journal.

Espace de noms:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (dans 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 retournée

Type : System.Boolean
True si lhs vient après rhs.

Voir aussi

Informations de référence

structure JET_LGPOS

JET_LGPOS membres

Espace de noms Microsoft.Isam.Esent.Interop