IContentEquatable<T> 接口

对象的接口,这些对象的内容可以相互比较。 这应该用于在重写 Equals () 和 GetHashCode () 不是一个好主意的可变引用对象上的相等性比较。

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

语法

'Declaration
Public Interface IContentEquatable(Of T)
'Usage
Dim instance As IContentEquatable(Of T)
public interface IContentEquatable<T>

类型参数

  • T
    要组合的对象的类型。

请参阅

参考

IContentEquatable<T> 成员

Microsoft.Isam.Esent.Interop 命名空间