Поделиться через


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, указывающее, совместима ли эта заметка с другой.

Применяется к