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.
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)> Public Overrides Function Equals ( obj As Object ) As Boolean
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: