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