Exemplo n.º 1
0
 protected bool Equals(POCO other)
 {
     return(string.Equals(Text, other.Text) && TimeSpan.Equals(other.TimeSpan) && Value == other.Value);
 }
Exemplo n.º 2
0
 protected bool Equals(POCO other)
 {
     return string.Equals(Text, other.Text) && TimeSpan.Equals(other.TimeSpan) && Value == other.Value;
 }