Condividi tramite


EntityTypeFullNameComparer.GetHashCode Metodo

Definizione

Overload

GetHashCode(IEntityType)

Viene restituito un codice hash per l'oggetto specificato.

GetHashCode(IReadOnlyEntityType)

Viene restituito un codice hash per l'oggetto specificato.

GetHashCode(IEntityType)

Viene restituito un codice hash per l'oggetto specificato.

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

Parametri

obj
IEntityType

Oggetto per il quale deve essere restituito un codice hash.

Restituisce

Codice hash per l'oggetto specificato.

Implementazioni

Si applica a

GetHashCode(IReadOnlyEntityType)

Viene restituito un codice hash per l'oggetto specificato.

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

Parametri

obj
IReadOnlyEntityType

Oggetto per il quale deve essere restituito un codice hash.

Restituisce

Codice hash per l'oggetto specificato.

Implementazioni

Si applica a