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