JET_INSTANCE_INFO。Equals 方法 (JET_INSTANCE_INFO)
傳回值,指出這個實例是否等於另一個實例。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'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
)
參數
其他
類型: Microsoft.Isam.Esent.Interop.JET_INSTANCE_INFO要與這個實例比較的實例。
傳回值
類型: System.Boolean
如果兩個實例相等,則為 True。