JET_INDEXRANGE. 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_INDEXRANGE _
) As Boolean
'Usage
Dim instance As JET_INDEXRANGE
Dim other As JET_INDEXRANGE
Dim returnValue As Boolean

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

Parameter

Rückgabewert

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

Implementiert

Icontentequatable <T> . Contentequals (T)

Siehe auch

Referenz

JET_INDEXRANGE-Klasse

Mitglieder JET_INDEXRANGE

Microsoft. ISAM. ESENT. Interop-Namespace