JET_LGPOS. Método Equals (JET_LGPOS)

Devuelve un valor que indica si esta instancia es igual a otra instancia.

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

Sintaxis

'Declaration
Public Function Equals ( _
    other As JET_LGPOS _
) As Boolean
'Usage
Dim instance As JET_LGPOS
Dim other As JET_LGPOS
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    JET_LGPOS other
)

Parámetros

Valor devuelto

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

Implementaciones

IEquatable<T>. Equals(T)

Consulte también

Referencia

estructura de JET_LGPOS

miembros de JET_LGPOS

Sobrecarga igual a

Espacio de nombres Microsoft.Isam.Esent.Interop