DbContextId.Inequality(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 différents contextes loués.
public static bool operator !=(Microsoft.EntityFrameworkCore.DbContextId left, Microsoft.EntityFrameworkCore.DbContextId right);
static member op_Inequality : 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 différents contextes loués ; false Sinon.