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