eqExpr method
Compares this expression to another expression.
Implementation
MssqlCondition eqExpr(MssqlExpression other) =>
MssqlComparison(this, '=', other);
Compares this expression to another expression.
MssqlCondition eqExpr(MssqlExpression other) =>
MssqlComparison(this, '=', other);