IMergeableAnnotation.IsCompatibleWith Method (Object)

 

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

Namespace:   System.Data.Entity.Infrastructure.Annotations
Assembly:  EntityFramework (in EntityFramework.dll)

CompatibilityResult IsCompatibleWith(
	object other
)

Parameters

other
Type: System.Object

The annotation to compare.

Return Value

Type: System.Data.Entity.Infrastructure.Annotations.CompatibilityResult

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