Esempio n. 1
0
 public QuotedExpression(LessString value)
 {
     this.Value = value;
 }
Esempio n. 2
0
 protected bool Equals(LessString other)
 {
     return(QuoteChar == other.QuoteChar && parts.SequenceEqual(other.parts));
 }