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