eqExpr method

Compares this expression to another expression.

Implementation

MssqlCondition eqExpr(MssqlExpression other) =>
    MssqlComparison(this, '=', other);