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