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