JET_SPACEHINTS. ContentEquals, méthode
Retourne une valeur indiquant si cette instance est égale à une autre instance.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (dans Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'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
)
Paramètres
other
Type : Microsoft.Isam.Esent.Interop.JET_SPACEHINTSInstance à comparer à cette instance.
Valeur retournée
Type : System.Boolean
True si les deux instances sont égales.
Implémentations
IContentEquatableT<>. ContentEquals(T)