Partager via


IMergeableAnnotation.IsCompatibleWith(Object) Méthode

Définition

Retourne true si cette annotation n’est pas en conflit avec l’annotation donnée, de sorte que les deux peuvent être combinées à l’aide de la MergeWith(Object) méthode .

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

Paramètres

other
Object

Annotation à comparer.

Retours

CompatibilityResult indiquant si cette annotation est compatible avec l’autre.

S’applique à