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
lhs
类型: Microsoft.Isam.Esent.Interop.JET_SESID要比较的第一个实例。
rhs
类型: Microsoft.Isam.Esent.Interop.JET_SESID要比较的第二个实例。
返回值
类型: System.Boolean
如果两个实例不相等,则为 True。