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
andere
Typ: Microsoft.ISAM.ESENT.Interop.JET_INDEXCREATEEine-Instanz, die mit dieser Instanz verglichen werden soll.
Rückgabewert
Typ: System. Boolean
True, wenn die beiden Instanzen gleich sind.
Implementiert
Icontentequatable <T> . Contentequals (T)