IContentEquatable<T> members

Include protected members
Include inherited members

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.

The IContentEquatable<T> type exposes the following members.

Methods

  Name Description
Public method ContentEquals Returns a value indicating whether this instance is equal to another instance.

Top

See also

Reference

IContentEquatable<T> interface

Microsoft.Isam.Esent.Interop namespace