protected bool Equals(NullableFormattedDateTime other)
 {
     return(base.Equals(other) && string.Equals(_format, other._format));
 }
 protected bool Equals(NullableFormattedDateTime other)
 {
     return base.Equals(other) && string.Equals(_format, other._format);
 }