DbSet.Equals Method (Object)

 

Returns whether the specified set is equal to the current set.

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

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