EntryCurrentValueComparer<TProperty>.Equals(IUpdateEntry, IUpdateEntry) Yöntem

Tanım

Belirtilen nesnelerin eşit olup olmadığını belirler.

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

Parametreler

x
IUpdateEntry

Karşılaştırma yapılacak ilk nesne.

y
IUpdateEntry

Karşılaştırma yapılacak ikinci nesne.

Döndürülenler

Boolean

true belirtilen nesneler eşitse; Aksi takdirde, false .

Uygulamalar

Şunlara uygulanır