Udostępnij przez


IMergeableAnnotation.IsCompatibleWith(Object) Metoda

Definicja

Zwraca wartość true, jeśli ta adnotacja nie powoduje konfliktu z daną adnotacją, tak aby te dwie można było połączyć ze sobą przy użyciu MergeWith(Object) metody .

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

Parametry

other
Object

Adnotacja do porównania.

Zwraca

Element CompatibilityResult wskazujący, czy ta adnotacja jest zgodna z drugą.

Dotyczy