Share via


JET_LGPOS. Opérateur LessThanOrEqual

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

Espace de noms :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 est antérieur ou égal à rhs.

Voir aussi

Informations de référence

structure JET_LGPOS

JET_LGPOS membres

Espace de noms Microsoft.Isam.Esent.Interop