JET_ERRINFOBASIC. ContentEquals-Methode

Gibt einen Wert zurück, der angibt, ob diese Instanz gleich einer anderen Instanz ist.

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
)

Parameter

Rückgabewert

Typ: System.Boolean
TRUE, wenn die beiden Instanzen gleich sind.

Implementiert

IContentEquatable <T> . ContentEquals(T)

Weitere Informationen

Verweis

JET_ERRINFOBASIC-Klasse

JET_ERRINFOBASIC Mitglieder

Microsoft.Isam.Esent.Interop.Windows8-Namespace