Ejemplo n.º 1
0
 protected bool Equals(Quotation other)
 {
     return(Attributes.Equals(other.Attributes) &&
            DoubleDelimited == other.DoubleDelimited &&
            Elements.SequenceEqual(other.Elements));
 }
Ejemplo n.º 2
0
 public virtual void Visit(Quotation quotation)
 {
 }