DbExpression.Equals Method (Object)
Determines whether the specified object is equal to the current DbExpression instance.
Assembly: EntityFramework (in EntityFramework.dll)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override bool Equals( object obj )
Parameters
- obj
-
Type:
System.Object
The object to compare to the current DbExpression.
Return Value
Type: System.Booleantrue if the specified Object is equal to the current DbExpression instance; otherwise, false.