JET_UNICODEINDEX. ContentEquals, metodo

Restituisce un valore che indica se questa 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 ContentEquals ( _
    other As JET_UNICODEINDEX _
) As Boolean
'Usage
Dim instance As JET_UNICODEINDEX
Dim other As JET_UNICODEINDEX
Dim returnValue As Boolean

returnValue = instance.ContentEquals(other)
public bool ContentEquals(
    JET_UNICODEINDEX other
)

Parametri

Valore restituito

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

Implementazioni

IContentEquatable<T>. ContentEquals(T)

Vedi anche

Riferimento

classe JET_UNICODEINDEX

membri JET_UNICODEINDEX

Spazio dei nomi Microsoft.Isam.Esent.Interop