DbContextId.Equality(DbContextId, DbContextId) 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 un ID à un autre ID pour voir s’ils représentent le même contexte loué.
public static bool operator ==(Microsoft.EntityFrameworkCore.DbContextId left, Microsoft.EntityFrameworkCore.DbContextId right);
static member ( = ) : Microsoft.EntityFrameworkCore.DbContextId * Microsoft.EntityFrameworkCore.DbContextId -> bool
Public Shared Operator == (left As DbContextId, right As DbContextId) As Boolean
Paramètres
- left
- DbContextId
Premier ID.
- right
- DbContextId
Deuxième ID.
Retours
true s’ils représentent le même contexte loué ; false Sinon.