EntryCurrentValueComparer<TProperty>.Compare Methode

Definition

Vergleicht zwei Objekte und gibt einen Wert zurück, der angibt, ob ein Wert niedriger, gleich oder größer als der andere Wert ist.

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

Parameter

x
IUpdateEntry

Das erste zu vergleichende Objekt.

y
IUpdateEntry

Das zweite zu vergleichende Objekt.

Gibt zurück

Eine negative Zahl, wenn "x" kleiner als "y" ist; eine positive Zahl, wenn "x" größer als "y" ist; andernfalls null.

Implementiert

Gilt für: