StoreObjectIdentifier.Equality 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
比較一個識別碼與另一個識別碼,以查看它們是否代表相同的存放區物件。
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
參數
第一個識別碼。
- right
- StoreObjectIdentifier
第二個識別碼。
傳回
true
如果它們代表相同的存放區物件,則為 ; false
否則。