Ejemplo n.º 1
0
 protected bool Equals(TestRecord other)
 {
     return string.Equals(Key, other.Key) && Value == other.Value;
 }
Ejemplo n.º 2
0
 protected bool Equals(TestRecord other)
 {
     return(string.Equals(Key, other.Key) && Value == other.Value);
 }