예제 #1
0
파일: MeshKey.cs 프로젝트: ModernMAK/UniVox
 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));
 }