JET_LGPOS. Operador de igualdad

Determina si dos instancias especificadas de JET_LGPOS son iguales.

Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Sintaxis

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

Parámetros

Valor devuelto

Tipo: System.Boolean
True si las dos instancias son iguales.

Consulte también

Referencia

estructura de JET_LGPOS

JET_LGPOS miembros

Espacio de nombres Microsoft.Isam.Esent.Interop