DbContext::Equals Method (Object^)
Entity Framework 6.0
Determines whether the specified DbContext is equal to the current DbContext.
Assembly: EntityFramework (in EntityFramework.dll)
public: [EditorBrowsableAttribute(EditorBrowsableState::Never)] virtual bool Equals( Object^ obj ) override
Parameters
- obj
-
Type:
System::Object^
The DbContext to compare to the current DbContext.
Return Value
Type: System::Booleantrue if the specified DbContext is equal to the current DbContext; otherwise, false.
Show: