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