コード例 #1
0
 public bool Equals(MeshId other)
 {
     return(Mod.Equals(other.Mod) && Mesh == other.Mesh);
 }
コード例 #2
0
 public bool Equals(ArrayMaterialIdentity other)
 {
     return(Mod.Equals(other.Mod) && ArrayMaterial == other.ArrayMaterial);
 }