JET_SPACEHINTS. ContentEquals-Methode

Gibt einen Wert zurück, der angibt, ob dieser instance gleich einem anderen instance ist.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

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

Parameter

Rückgabewert

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

Implementiert

IContentEquatable<T>. ContentEquals(T)

Siehe auch

Verweis

JET_SPACEHINTS-Klasse

JET_SPACEHINTS-Mitglieder

Microsoft.Isam.Esent.Interop-Namespace