Share via


JET_LGPOS. GreaterThanOrEqual, opérateur

Déterminez si une position de journal est postérieure ou égale à une autre position de journal.

Namespace:Microsoft.Isam.Esent.Interop
Assemblée: 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 retournée

Type : System.Boolean
True si lhs vient après ou est égal à rhs.

Voir aussi

Informations de référence

JET_LGPOS structure

JET_LGPOS membres

Espace de noms Microsoft.Isam.Esent.Interop