JET_SIGNATURE. Ungleichheitsoperator
Bestimmt, ob zwei angegebene Instanzen von JET_SIGNATURE ungleich sind.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
lhs As JET_SIGNATURE, _
rhs As JET_SIGNATURE _
) As Boolean
'Usage
Dim lhs As JET_SIGNATURE
Dim rhs As JET_SIGNATURE
Dim returnValue As Boolean
returnValue = (lhs <> rhs)
public static bool operator !=(
JET_SIGNATURE lhs,
JET_SIGNATURE rhs
)
Parameter
Lhs
Typ: Microsoft.Isam.Esent.Interop.JET_SIGNATUREDie erste zu vergleichende Instanz.
rhs
Typ: Microsoft.Isam.Esent.Interop.JET_SIGNATUREDie zweite zu vergleichende Instanz.
Rückgabewert
Typ: System.Boolean
True, wenn die beiden Instanzen ungleich sind.