コード例 #1
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     unchecked
     {
         return(((_model != null ? _model.GetHashCode() : 0) * 397) ^ _quantity);
     }
 }