JET_INSTANCE_INFO。Equals 方法 (JET_INSTANCE_INFO)
返回一个值,该值指示此实例是否等于另一个实例。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Function Equals ( _
other As JET_INSTANCE_INFO _
) As Boolean
'Usage
Dim instance As JET_INSTANCE_INFO
Dim other As JET_INSTANCE_INFO
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_INSTANCE_INFO other
)
parameters
其他
类型: Microsoft.Isam.Esent.Interop.JET_INSTANCE_INFO要与该实例进行比较的 实例。
返回值
类型: System.Boolean
如果两个实例相等,则其值为 True。