JET_LOGTIME. Equals, méthode (JET_LOGTIME)
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 Equals ( _
other As JET_LOGTIME _
) As Boolean
'Usage
Dim instance As JET_LOGTIME
Dim other As JET_LOGTIME
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_LOGTIME other
)
Paramètres
autre
Type : Microsoft.ISAM.esent.Interop.JET_LOGTIMEInstance de à comparer à cette instance.
Valeur retournée
Type : System. Boolean
True si les deux instances sont égales.