IContentEquatable<T>.ContentEquals 方法

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

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

语法

'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
)

parameters

  • 其他
    类型: T

    要与该实例进行比较的实例。

返回值

类型: System.Boolean
如此 如果两个实例相等。

请参阅

参考

IContentEquatable<T> 接口

IContentEquatable<T> 成员

Microsoft.Isam.Esent.Interop 命名空间