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