Condividi tramite


EntryCurrentValueComparer<TProperty>.GetHashCode(IUpdateEntry) Metodo

Definizione

Viene restituito un codice hash per l'oggetto specificato.

public int GetHashCode (Microsoft.EntityFrameworkCore.Update.IUpdateEntry obj);
override this.GetHashCode : Microsoft.EntityFrameworkCore.Update.IUpdateEntry -> int
Public Function GetHashCode (obj As IUpdateEntry) As Integer

Parametri

obj
IUpdateEntry

Oggetto per il quale deve essere restituito un codice hash.

Restituisce

Codice hash per l'oggetto specificato.

Implementazioni

Si applica a