示例#1
0
 private bool Equals(Customer first, CustomerRet second)
 {
     return first.CustomerId == second.Id && first.Name == second.Name && first.Phone == second.Phone;
 }