Udostępnij przez


StoreObjectIdentifier.Inequality Operator

Definicja

Porównuje jeden identyfikator z innym identyfikatorem, aby sprawdzić, czy reprezentują ten sam obiekt magazynu.

public static bool operator != (Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier left, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier right);
static member op_Inequality : Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> bool
Public Shared Operator != (left As StoreObjectIdentifier, right As StoreObjectIdentifier) As Boolean

Parametry

left
StoreObjectIdentifier

Pierwszy identyfikator.

right
StoreObjectIdentifier

Drugi identyfikator.

Zwraca

false jeśli reprezentują ten sam obiekt magazynu; true Inaczej.

Dotyczy