EntityKey.Equality(EntityKey, EntityKey) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Compare deux objets EntityKey.
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
Paramètres
Retours
true si les valeurs key1 et key2 sont égales ; sinon, false.