JET_SESID. Méthode Equals (JET_SESID)
Retourne une valeur indiquant si cette instance est égale à une autre instance.
Espace de noms:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (dans Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Function Equals ( _
other As JET_SESID _
) As Boolean
'Usage
Dim instance As JET_SESID
Dim other As JET_SESID
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_SESID other
)
Paramètres
other
Type : Microsoft.Isam.Esent.Interop.JET_SESIDInstance à comparer avec cette instance.
Valeur de retour
Type : System.Boolean
True si les deux instances sont égales.