コード例 #1
0
 protected bool Equals(Customer other)
 {
     return string.Equals(CustomerID, other.CustomerID);
 }
コード例 #2
0
ファイル: Customer.cs プロジェクト: adwardliu/EntityFramework
 protected bool Equals(Customer other) => string.Equals(CustomerID, other.CustomerID);