protected bool Equals(AnnotationExpression other)
 {
     return(Equals(Column, other.Column) && Equals(AggregateOperation, other.AggregateOperation));
 }
Exemple #2
0
 public AnnotationDef ChangeExpression(AnnotationExpression expression)
 {
     return(ChangeProp(ImClone(this), im => im.Expression = expression));
 }