JET_SESID。Equals 方法 (JET_SESID)

返回一个值,该值指示此实例是否等于另一个实例。

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

语法

'Declaration
Public Function Equals ( _
    other As JET_SESID _
) As Boolean
'Usage
Dim instance As JET_SESID
Dim other As JET_SESID
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    JET_SESID other
)

参数

返回值

类型: System.Boolean
如此 如果两个实例相等。

实现

IEquatable<T>.等于 T) (

另请参阅

参考

JET_SESID结构

JET_SESID成员

等于重载

Microsoft.Isam.Esent.Interop 命名空间