JET_SPACEHINTS. ContentEquals-Methode
Gibt einen Wert zurück, der angibt, ob diese Instanz gleich einer anderen Instanz 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
Andere
Typ: Microsoft.Isam.Esent.Interop.JET_SPACEHINTSEine Instanz, die mit dieser Instanz verglichen werden soll.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.
Implementiert
IContentEquatableT<>. ContentEquals(T)