コード例 #1
0
 protected bool Equals(NullableFormattedDateTime other)
 {
     return(base.Equals(other) && string.Equals(_format, other._format));
 }
コード例 #2
0
 protected bool Equals(NullableFormattedDateTime other)
 {
     return base.Equals(other) && string.Equals(_format, other._format);
 }