Aracılığıyla paylaş


EntryCurrentValueComparer<TProperty>.Equals 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

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

Uygulamalar

Şunlara uygulanır