共用方式為


IMergeableAnnotation.IsCompatibleWith(Object) 方法

定義

如果這個注釋與指定的批註沒有衝突,則傳回 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,指出此批註是否與其他批註相容。

適用於