IContentEquatable < T > .ContentEquals 方法

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

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

語法

'Declaration
Function ContentEquals ( _
    other As T _
) As Boolean
'Usage
Dim instance As IContentEquatable
Dim other As T
Dim returnValue As Boolean

returnValue = instance.ContentEquals(other)
bool ContentEquals(
    T other
)

參數

  • 其他
    類型: T

    要與此實例比較的實例。

傳回值

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

另請參閱

參考

IContentEquatable < T > 介面

IContentEquatable < T > 成員

Microsoft.Isam.Esent.Interop 命名空間