DbSet::Equals Method (Object^)

Entity Framework 6.0
 

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

Namespace:   System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual bool Equals(
	Object^ obj
) override

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.

Return to top
Show: