IContentEquatable<T>.ContentEquals method

Returns a value indicating whether this instance is equal to another instance.

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

Syntax

'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

  • other
    Type: T

    An instance to compare with this instance.

Return value

Type: System.Boolean
True if the two instances are equal.

See also

Reference

IContentEquatable<T> interface

IContentEquatable<T> members

Microsoft.Isam.Esent.Interop namespace