Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.