EntityTypeConfiguration<TEntityType>.Equals Method (Object)

 

Returns whether the specified configuration model is equal to the current configuration model.

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

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool Equals(
	object obj
)

Parameters

obj
Type: System.Object

The model to compare with the current object.

Return Value

Type: System.Boolean

true if the specified configuration model is equal to the current configuration model; otherwise, false.