JET_SIGNATURE。Equals 方法 (JET_SIGNATURE)

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

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

语法

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

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

参数

返回值

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

实现

IEquatable<T>.等于 (T)

另请参阅

参考

JET_SIGNATURE 结构

JET_SIGNATURE 成员

等于重载

Microsoft.Isam.Esent.Interop 命名空间