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