Exemplo n.º 1
0
 protected bool Equals(FormattedDateTime other)
 {
     return(base.Equals(other) && string.Equals(_format, other._format));
 }
Exemplo n.º 2
0
 protected bool Equals(FormattedDateTime other)
 {
     return base.Equals(other) && string.Equals(_format, other._format);
 }