JET_LGPOS。LessThan 运算符

确定一个日志位置是否位于另一个日志位置之前。

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
)

parameters

返回值

类型: System.Boolean
如此 如果 lhs 先于 rhs。

另请参阅

参考

JET_LGPOS结构

JET_LGPOS成员

Microsoft.Isam.Esent.Interop 命名空间