JET_COLUMNID. LessThan-Operator

Bestimmen Sie, ob eine columnid vor einer anderen columnid steht.

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

Syntax

'Declaration
Public Shared Operator < ( _
    lhs As JET_COLUMNID, _
    rhs As JET_COLUMNID _
) As Boolean
'Usage
Dim lhs As JET_COLUMNID
Dim rhs As JET_COLUMNID
Dim returnValue As Boolean

returnValue = (lhs < rhs)
public static bool operator <(
    JET_COLUMNID lhs,
    JET_COLUMNID rhs
)

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn "ls" vor rhs steht.

Weitere Informationen

Referenz

JET_COLUMNID-Struktur

JET_COLUMNID Member

Microsoft.Isam.Esent.Interop-Namespace