Exemplo n.º 1
0
 public bool Equals(MaterialBatchId other)
 {
     return(_permutation.Equals(other._permutation) && _properties.Equals(other._properties));
 }