Esempio n. 1
0
 public bool Equals(MeshKey other)
 {
     return(Mod.Equals(other.Mod) && string.Equals(Mesh, other.Mesh));
 }
Esempio n. 2
0
 public bool Equals(ArrayMaterialKey other)
 {
     return(Mod.Equals(other.Mod) && string.Equals(ArrayMaterial, other.ArrayMaterial));
 }