IMergeableAnnotation.IsCompatibleWith(Object) 方法

定义

如果此批注不与给定批注冲突,因此可以使用 方法将两者组合在一起 MergeWith(Object) ,则返回 true。

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,指示此批注是否与其他批注兼容。

适用于