Edit

JET_RECSIZE.Inequality operator

Determines whether two specified instances of JET_RECSIZE are not equal.

Namespace:  Microsoft.Isam.Esent.Interop.Vista
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'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
)

Parameters

Return value

Type: System.Boolean
True if the two instances are not equal.

See also

Reference

JET_RECSIZE structure

JET_RECSIZE members

Microsoft.Isam.Esent.Interop.Vista namespace