DbContext.Equals Method (Object)
Entity Framework 6.0
Determines whether the specified DbContext is equal to the current DbContext.
Assembly: EntityFramework (in EntityFramework.dll)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] override Equals : obj:Object -> bool
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: