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