示例#1
0
 protected bool Equals(Customer other)
 {
     return string.Equals(CustomerID, other.CustomerID);
 }
示例#2
0
 protected bool Equals(Customer other) => string.Equals(CustomerID, other.CustomerID);