Share via


DbMigrationsConfiguration<TContext>.Equals Method

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Determines whether the current configuration is equal to the specified object.

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

Syntax

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

Parameters

  • obj
    Type: System.Object
    The object to compare to the current configuration.

Return Value

Type: System.Boolean
true if the current configuration is equal to the specified object; otherwise, false.

See Also

Reference

DbMigrationsConfiguration<TContext> Class

System.Data.Entity.Migrations Namespace