Share via


EntityTypeFullNameComparer.GetHashCode Method

Definition

Overloads

GetHashCode(IEntityType)

Returns a hash code for the specified object.

GetHashCode(IReadOnlyEntityType)

Returns a hash code for the specified object.

GetHashCode(IEntityType)

Returns a hash code for the specified object.

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

Parameters

obj
IEntityType

The for which a hash code is to be returned.

Returns

A hash code for the specified object.

Implements

Applies to

GetHashCode(IReadOnlyEntityType)

Returns a hash code for the specified object.

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

Parameters

obj
IReadOnlyEntityType

The for which a hash code is to be returned.

Returns

A hash code for the specified object.

Implements

Applies to