Exemplo n.º 1
0
 public bool Equals(MeshId other)
 {
     return(Mod.Equals(other.Mod) && Mesh == other.Mesh);
 }
Exemplo n.º 2
0
 public bool Equals(ArrayMaterialIdentity other)
 {
     return(Mod.Equals(other.Mod) && ArrayMaterial == other.ArrayMaterial);
 }