Udostępnij przez


StoreObjectIdentifier.Equality 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 ( = ) : 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

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

Dotyczy