JET_LGPOS. GreaterThanOrEqual-Operator
Bestimmen Sie, ob eine Protokollposition nach oder gleich einer anderen Protokollposition ist.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'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
)
Parameter
Lhs
Typ: Microsoft.Isam.Esent.Interop.JET_LGPOSDie erste zu vergleichende Protokollposition.
rhs
Typ: Microsoft.Isam.Esent.Interop.JET_LGPOSDie zweite zu vergleichende Protokollposition.
Rückgabewert
Typ: System.Boolean
True, wenn ls nach oder gleich rhs ist.