Condividi tramite


DbContextId.Inequality(DbContextId, DbContextId) Operatore

Definizione

Confronta un ID con un altro ID per verificare se rappresentano contesti lease diversi.

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

Parametri

left
DbContextId

Primo ID.

right
DbContextId

Secondo ID.

Restituisce

true se rappresentano contesti lease diversi; false Altrimenti.

Si applica a