IMergeableAnnotation.IsCompatibleWith(Object) Method

Definition

Returns true if this annotation does not conflict with the given annotation such that the two can be combined together using the MergeWith(Object) method.

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

Parameters

other
Object

The annotation to compare.

Returns

A CompatibilityResult indicating whether or not this annotation is compatible with the other.

Applies to