Пример #1
0
 public QuotedExpression(LessString value)
 {
     this.Value = value;
 }
Пример #2
0
 protected bool Equals(LessString other)
 {
     return(QuoteChar == other.QuoteChar && parts.SequenceEqual(other.parts));
 }