Example #1
0
 private bool Equals(OrderJson other)
 {
     return(Id == other.Id && Quantity == other.Quantity && ProductId.Equals(other.ProductId));
 }
Example #2
0
 private bool Equals(OrderJson other)
 {
     return Id == other.Id && Quantity == other.Quantity && ProductId.Equals(other.ProductId);
 }