JET_BKINFO. Opérateur d’inégalité
Détermine si deux instances spécifiées de JET_BKINFO 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_BKINFO, _
rhs As JET_BKINFO _
) As Boolean
'Usage
Dim lhs As JET_BKINFO
Dim rhs As JET_BKINFO
Dim returnValue As Boolean
returnValue = (lhs <> rhs)
public static bool operator !=(
JET_BKINFO lhs,
JET_BKINFO rhs
)
Paramètres
LHS
Type : Microsoft.ISAM.esent.Interop.JET_BKINFOPremière instance à comparer.
rhs
Type : Microsoft.ISAM.esent.Interop.JET_BKINFODeuxième instance à comparer.
Valeur renvoyée
Type : System. Boolean
True si les deux instances ne sont pas égales.