JET_LGPOS. Metodo Equals (JET_LGPOS)

Restituisce un valore che indica se l'istanza è uguale a un'altra istanza.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

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

Parametri

Valore restituito

Tipo: System.Boolean
True se le due istanze sono uguali.

Implementazioni

IEquatable<T>. Equals(T)

Vedi anche

Riferimento

struttura JET_LGPOS

membri JET_LGPOS

Confronta l'overload

Spazio dei nomi Microsoft.Isam.Esent.Interop