private bool Equals(SealedSimpleType other)
 {
     return string.Equals(TextA, other.TextA) && string.Equals(TextB, other.TextB);
 }
 private bool Equals(SealedSimpleType other)
 {
     return(string.Equals(TextA, other.TextA) && string.Equals(TextB, other.TextB));
 }