Пример #1
0
 protected bool Equals(FormattedDateTime other)
 {
     return(base.Equals(other) && string.Equals(_format, other._format));
 }
Пример #2
0
 protected bool Equals(FormattedDateTime other)
 {
     return base.Equals(other) && string.Equals(_format, other._format);
 }