The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Database::Equals Method (Object^)
Entity Framework 6.0
Determines whether the specified database is equal to the current database.
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::Booleantrue if the specified database is equal to the current database; otherwise, false.
Show: