JET_UNICODEINDEX. Méthode ContentEquals
Retourne une valeur indiquant si cette instance est égale à une autre instance.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Function ContentEquals ( _
other As JET_UNICODEINDEX _
) As Boolean
'Usage
Dim instance As JET_UNICODEINDEX
Dim other As JET_UNICODEINDEX
Dim returnValue As Boolean
returnValue = instance.ContentEquals(other)
public bool ContentEquals(
JET_UNICODEINDEX other
)
Paramètres
other
Type : Microsoft.ISAM.esent.Interop.JET_UNICODEINDEXInstance de à comparer à cette instance.
Valeur de retour
Type : System. Boolean
True si les deux instances sont égales.
Implémente
IContentEquatable <T> . ContentEquals (T)