コード例 #1
0
 private bool Equals(OrderJson other)
 {
     return(Id == other.Id && Quantity == other.Quantity && ProductId.Equals(other.ProductId));
 }
コード例 #2
0
ファイル: OrderJson.cs プロジェクト: GSerjo/CodeProject
 private bool Equals(OrderJson other)
 {
     return Id == other.Id && Quantity == other.Quantity && ProductId.Equals(other.ProductId);
 }