public override bool DmlfEquals(DmlfBase obj) { var o = (DmlfColumnRefExpression)obj; return(Column == o.Column); }