Exemplo n.º 1
0
 public bool Equals(RecordEntry x, RecordEntry y)
 {
     return(_matcher.IsEquivalentResponse(x, y));
 }