DbContext.Equals Method (Object)

Entity Framework 6.0
 

Determines whether the specified DbContext is equal to the current DbContext.

Namespace:   System.Data.Entity
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.Boolean

true if the specified DbContext is equal to the current DbContext; otherwise, false.

Return to top
Show: