Ejemplo n.º 1
0
 private bool Equals(HtmlText other)
 {
     return string.Equals(Text, other.Text);
 }
Ejemplo n.º 2
0
 private bool Equals(HtmlText other)
 {
     return(string.Equals(ToString(), other.ToString()));
 }
Ejemplo n.º 3
0
 private bool Equals(HtmlText other)
 {
     return(string.Equals(Text, other.Text));
 }