Пример #1
0
 public bool Equals(MeshKey other)
 {
     return(Mod.Equals(other.Mod) && string.Equals(Mesh, other.Mesh));
 }
Пример #2
0
 public bool Equals(ArrayMaterialKey other)
 {
     return(Mod.Equals(other.Mod) && string.Equals(ArrayMaterial, other.ArrayMaterial));
 }