共用方式為


IndexAnnotation.IsCompatibleWith(Object) 方法

定義

如果這個注釋與指定的注釋不衝突,則傳回 true,讓兩者可以使用 方法結合在一起 MergeWith(Object)

public virtual System.Data.Entity.Infrastructure.Annotations.CompatibilityResult IsCompatibleWith (object other);
abstract member IsCompatibleWith : obj -> System.Data.Entity.Infrastructure.Annotations.CompatibilityResult
override this.IsCompatibleWith : obj -> System.Data.Entity.Infrastructure.Annotations.CompatibilityResult
Public Overridable Function IsCompatibleWith (other As Object) As CompatibilityResult

參數

other
Object

要比較的注釋。

傳回

CompatibilityResult,指出此注釋是否與另一個注釋相容。

實作

備註

每個索引批註最多都包含一個 IndexAttribute 具有指定名稱的注釋。 如果每個具有指定名稱的 IndexAttribute 只包含在一個批註或其他批註中,或者這兩個注釋都包含具有指定名稱的 IndexAttribute,則兩個注釋都會被視為相容。

適用於