JET_LOGTIME. Opérateur d’inégalité
Détermine si deux instances spécifiées de JET_LOGTIME ne sont pas égales.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Operator <> ( _
lhs As JET_LOGTIME, _
rhs As JET_LOGTIME _
) As Boolean
'Usage
Dim lhs As JET_LOGTIME
Dim rhs As JET_LOGTIME
Dim returnValue As Boolean
returnValue = (lhs <> rhs)
public static bool operator !=(
JET_LOGTIME lhs,
JET_LOGTIME rhs
)
Paramètres
LHS
Type : Microsoft.ISAM.esent.Interop.JET_LOGTIMEPremière instance à comparer.
rhs
Type : Microsoft.ISAM.esent.Interop.JET_LOGTIMEDeuxième instance à comparer.
Valeur retournée
Type : System. Boolean
True si les deux instances ne sont pas égales.