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