DbContext.Equals Method
Entity Framework 5.0
Returns whether the specified context is equal to the current context.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- obj
- Type: System.Object
The context to compare with the current object.
Return Value
Type: System.BooleanTrue if the specified context is equal to the current context; otherwise, false.
Show: