JET_INDEXCREATE. Contentequals-Methode

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

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

Syntax

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

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

Parameter

Rückgabewert

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

Implementiert

Icontentequatable <T> . Contentequals (T)

Siehe auch

Referenz

JET_INDEXCREATE-Klasse

Mitglieder JET_INDEXCREATE

Microsoft. ISAM. ESENT. Interop-Namespace