EntryCurrentValueComparer<TProperty>.GetHashCode(IUpdateEntry) Method

Definition

Returns a hash code for the specified object.

C#
public int GetHashCode (Microsoft.EntityFrameworkCore.Update.IUpdateEntry obj);

Parameters

obj
IUpdateEntry

The for which a hash code is to be returned.

Returns

A hash code for the specified object.

Implements

Applies to

Product Versions
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0