JET_SESID. Metodo Equals (JET_SESID)

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_SESID _
) As Boolean
'Usage
Dim instance As JET_SESID
Dim other As JET_SESID
Dim returnValue As Boolean

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

Parametri

Valore restituito

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

Implementazioni

IEquatable<T>. Equals(T)

Vedi anche

Riferimento

struttura JET_SESID

membri JET_SESID

Confronta l'overload

Spazio dei nomi Microsoft.Isam.Esent.Interop