Udostępnij za pośrednictwem


EntityKey.Equality(EntityKey, EntityKey) Operator

Definicja

Porównuje dwa EntityKey obiekty.

public static bool operator == (System.Data.Entity.Core.EntityKey key1, System.Data.Entity.Core.EntityKey key2);
static member ( = ) : System.Data.Entity.Core.EntityKey * System.Data.Entity.Core.EntityKey -> bool
Public Shared Operator == (key1 As EntityKey, key2 As EntityKey) As Boolean

Parametry

key1
EntityKey

A EntityKey do porównania.

key2
EntityKey

A EntityKey do porównania.

Zwraca

true, jeśli wartości key1 i key2 są równe; w przeciwnym razie wartość false.

Dotyczy