IMergeableAnnotation.IsCompatibleWith(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果這個注釋與指定的批註沒有衝突,則傳回 true,讓兩者可以使用 方法結合在一起 MergeWith(Object) 。
public System.Data.Entity.Infrastructure.Annotations.CompatibilityResult IsCompatibleWith (object other);
abstract member IsCompatibleWith : obj -> System.Data.Entity.Infrastructure.Annotations.CompatibilityResult
Public Function IsCompatibleWith (other As Object) As CompatibilityResult
參數
- other
- Object
要比較的批註。
傳回
CompatibilityResult,指出此批註是否與其他批註相容。