Beispiel #1
0
 protected bool Equals(JsTemplateElementValue other)
 {
     return(Raw.Equals(other.Raw) && Cooked.Equals(other.Cooked));
 }
Beispiel #2
0
 public JsTemplateElement(JsTemplateElementValue value, bool tail)
 {
     Value = value;
     Tail  = tail;
 }