Udostępnij za pośrednictwem


DbContextId.Inequality(DbContextId, DbContextId) Operator

Definicja

Porównuje jeden identyfikator z innym identyfikatorem, aby sprawdzić, czy reprezentują różne konteksty dzierżawione.

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

Parametry

left
DbContextId

Pierwszy identyfikator.

right
DbContextId

Drugi identyfikator.

Zwraca

true jeśli reprezentują różne konteksty dzierżawy; false Inaczej.

Dotyczy