JET_COLUMNID. GreaterThanOrEqual, opérateur

Déterminez si un columnid est après ou égal à un autre columnid.

Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

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

Paramètres

Valeur retournée

Type : System.Boolean
True si lhs vient après ou est égal à rhs.

Voir aussi

Référence

structure JET_COLUMNID

JET_COLUMNID membres

Espace de noms Microsoft.Isam.Esent.Interop