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