Freigeben über


EntryCurrentValueComparer<TProperty>.Equals Methode

Definition

Bestimmt, ob die angegebenen Objekte gleich sind.

public bool Equals (Microsoft.EntityFrameworkCore.Update.IUpdateEntry x, Microsoft.EntityFrameworkCore.Update.IUpdateEntry y);
public bool Equals (Microsoft.EntityFrameworkCore.Update.IUpdateEntry? x, Microsoft.EntityFrameworkCore.Update.IUpdateEntry? y);
override this.Equals : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * Microsoft.EntityFrameworkCore.Update.IUpdateEntry -> bool
Public Function Equals (x As IUpdateEntry, y As IUpdateEntry) As Boolean

Parameter

x
IUpdateEntry

Das erste zu vergleichende Objekt.

y
IUpdateEntry

Das zweite zu vergleichende Objekt.

Gibt zurück

true, wenn die angegebenen Objekte gleich sind, andernfalls false.

Implementiert

Gilt für: