JET_THREADSTATS. Equals, méthode (JET_THREADSTATS)
Retourne une valeur indiquant si cette instance est égale à une autre instance.
Espace de noms : Microsoft. ISAM. esent. Interop. Vista
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Function Equals ( _
other As JET_THREADSTATS _
) As Boolean
'Usage
Dim instance As JET_THREADSTATS
Dim other As JET_THREADSTATS
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_THREADSTATS other
)
Paramètres
Autres
Type : Microsoft.ISAM.esent.Interop.Vista.JET_THREADSTATSInstance de à comparer à cette instance.
Valeur retournée
Type : System. Boolean
True si les deux instances sont égales.