共用方式為


StoreObjectIdentifier.Inequality 運算子

定義

比較一個識別碼與另一個識別碼,以查看它們是否代表相同的存放區物件。

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

參數

left
StoreObjectIdentifier

第一個識別碼。

right
StoreObjectIdentifier

第二個識別碼。

傳回

false 如果它們代表相同的存放區物件,則為 ; true 否則。

適用於