DbRawSqlQuery<TElement>::Equals Method (Object^)
Entity Framework 6.0
Determines whether the current query is equal to the specified query.
Assembly: EntityFramework (in EntityFramework.dll)
public: [EditorBrowsableAttribute(EditorBrowsableState::Never)] virtual bool Equals( Object^ obj ) override
Parameters
- obj
-
Type:
System::Object^
The query to compare with the current query.
Return Value
Type: System::Booleantrue if the current query is equal to the specified query; otherwise, false.
Show: