Database.Equals Method (Object)

 

Determines whether the specified database is equal to the current database.

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

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

Parameters

obj
Type: System.Object

The database to compare to the current object.

Return Value

Type: System.Boolean

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