Edit

JET_ERRINFOBASIC.ContentEquals method

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

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

Syntax

'Declaration
Public Function ContentEquals ( _
    other As JET_ERRINFOBASIC _
) As Boolean
'Usage
Dim instance As JET_ERRINFOBASIC
Dim other As JET_ERRINFOBASIC
Dim returnValue As Boolean

returnValue = instance.ContentEquals(other)
public bool ContentEquals(
    JET_ERRINFOBASIC other
)

Parameters

Return value

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

Implements

IContentEquatable<T>.ContentEquals(T)

See also

Reference

JET_ERRINFOBASIC class

JET_ERRINFOBASIC members

Microsoft.Isam.Esent.Interop.Windows8 namespace