DbSqlQuery::Equals Method (Object^)

Entity Framework 6.0
 

Determines whether the specified object is equal to the current instance.

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

Return Value

Type: System::Boolean

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

Return to top
Show: