JET_SESID。不等运算符

确定JET_SESID的两个指定实例是否不相等。

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

语法

'Declaration
Public Shared Operator <> ( _
    lhs As JET_SESID, _
    rhs As JET_SESID _
) As Boolean
'Usage
Dim lhs As JET_SESID
Dim rhs As JET_SESID
Dim returnValue As Boolean

returnValue = (lhs <> rhs)
public static bool operator !=(
    JET_SESID lhs,
    JET_SESID rhs
)

parameters

返回值

类型: System.Boolean
如果两个实例不相等,则为 True。

请参阅

参考

JET_SESID 结构

JET_SESID成员

Microsoft.Isam.Esent.Interop 命名空间