JET_LGPOS。GreaterThanOrEqual 运算符

确定一个日志位置是之后还是等于另一个日志位置。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'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
)

参数

返回值

类型: System.Boolean
如果 lhs 位于或等于 rhs 之后或等于 rhs,则为 True。

另请参阅

参考

JET_LGPOS结构

JET_LGPOS成员

Microsoft.Isam.Esent.Interop 命名空间