Share via


TypeBaseNameComparer.GetHashCode(IReadOnlyTypeBase) Method

Definition

Returns a hash code for the specified object.

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

Parameters

obj
IReadOnlyTypeBase

The for which a hash code is to be returned.

Returns

A hash code for the specified object.

Implements

Applies to