[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.Equals

Equals Method

Equals(object)

Overloaded. Determines whether the specified ExpressionInfo object represents the same expression as this one.

Declaration
public override bool Equals(object expression)
Parameters
Type Name Description
object expression
Returns
Type Description
bool
Overrides

Equals(ExpressionInfo)

Determines whether the specified ExpressionInfo object represents the same expression as this one.

Declaration
public virtual bool Equals(ExpressionInfo expression)
Parameters
Type Name Description
ExpressionInfo expression
Returns
Type Description
bool