JET_LOGTIME. Méthode Equals (JET_LOGTIME)
Retourne une valeur indiquant si cette instance est égale à une autre instance.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: 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
other
Type : Microsoft.Isam.Esent.Interop.JET_LOGTIMEInstance à comparer à cette instance.
Valeur retournée
Type : System.Boolean
True si les deux instances sont égales.