DbContextId.Inequality(DbContextId, DbContextId) Operador

Definición

Compara un identificador con otro identificador para ver si representan contextos concedidos diferentes.

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

Parámetros

left
DbContextId

Primer identificador.

right
DbContextId

Segundo identificador.

Devoluciones

true si representan contextos alquilados diferentes; false Lo contrario.

Se aplica a