EntryCurrentValueComparer<TProperty>.Compare Yöntem

Tanım

İki nesneyi karşılaştırır ve birinin diğerinden küçük, buna eşit veya ondan büyük olduğunu belirten bir değer döndürür.

public int Compare (Microsoft.EntityFrameworkCore.Update.IUpdateEntry x, Microsoft.EntityFrameworkCore.Update.IUpdateEntry y);
public int Compare (Microsoft.EntityFrameworkCore.Update.IUpdateEntry? x, Microsoft.EntityFrameworkCore.Update.IUpdateEntry? y);
abstract member Compare : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * Microsoft.EntityFrameworkCore.Update.IUpdateEntry -> int
override this.Compare : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * Microsoft.EntityFrameworkCore.Update.IUpdateEntry -> int
Public Function Compare (x As IUpdateEntry, y As IUpdateEntry) As Integer

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

'x' değeri 'y' değerinden küçükse negatif bir sayı; 'x' değeri 'y' değerinden büyükse pozitif bir sayı; aksi takdirde sıfır.

Uygulamalar

Şunlara uygulanır