JET_SPACEHINTS。ContentEquals 方法

傳回值,指出這個實例是否等於另一個實例。

Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

語法

'Declaration
Public Function ContentEquals ( _
    other As JET_SPACEHINTS _
) As Boolean
'Usage
Dim instance As JET_SPACEHINTS
Dim other As JET_SPACEHINTS
Dim returnValue As Boolean

returnValue = instance.ContentEquals(other)
public bool ContentEquals(
    JET_SPACEHINTS other
)

參數

傳回值

類型: System.Boolean
如果兩個實例相等,則為 True。

實作

IContentEquatable < T > .ContentEquals (T)

另請參閱

參考

JET_SPACEHINTS 類別

JET_SPACEHINTS成員

Microsoft.Isam.Esent.Interop 命名空間