Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbSet<TEntity>::Equals Method (Object^)

Entity Framework 6.0
 

Determines whether the specified DbSet is equal to the current DbSet.

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 object to compare to the current DbSet.

Return Value

Type: System::Boolean

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

Return to top
Show: