DbContextId.Inequality(DbContextId, DbContextId) Opérateur

Définition

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.

S’applique à