JET_LOGTIME. Opérateur d’inégalité
Détermine si deux instances de JET_LOGTIME spécifiées ne sont pas égales.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: 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.