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
andere
Typ: Microsoft.ISAM.ESENT.Interop.JET_INDEXRANGEEine-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)