protected bool Equals(TextValue other)
 {
     return(string.Equals(Value, other.Value));
 }
 protected bool Equals(TextValue other)
 {
     return string.Equals(Value, other.Value);
 }