IContentEquatable<T> interface

Interface for objects that can have their contents compared against each other. This should be used for equality comparisons on mutable reference objects where overriding Equals() and GetHashCode() isn't a good idea.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

Type parameters

  • T
    The type of objects to comapre.

See also

Reference

IContentEquatable<T> members

Microsoft.Isam.Esent.Interop namespace