EntryCurrentValueComparer<TProperty>.GetHashCode(IUpdateEntry) Method

Definition

Returns a hash code for the specified object.

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

Parameters

obj
IUpdateEntry

The for which a hash code is to be returned.

Returns

A hash code for the specified object.

Implements

Applies to