[]
Gets whether two expressions are equal.
public bool CompareExpression(Expression firstExpr, Expression secondExpr)
Public Function CompareExpression(firstExpr As Expression, secondExpr As Expression) As Boolean
Type | Name | Description |
---|---|---|
Expression | firstExpr | The first expression. |
Expression | secondExpr | The second expression. |
Type | Description |
---|---|
bool | true if is equal; false otherwise |