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