Database::Equals Method (Object^)

Entity Framework 6.0
 

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

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

public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual bool Equals(
	Object^ obj
) override

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.

Return to top
Show: