Edit

JET_COLUMNID.GreaterThanOrEqual operator

Determine whether one columnid is after or equal to another columnid.

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
)

Parameters

Return value

Type: System.Boolean
True if lhs comes after or is equal to rhs.

See also

Reference

JET_COLUMNID structure

JET_COLUMNID members

Microsoft.Isam.Esent.Interop namespace