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