コード例 #1
0
ファイル: MeshKey.cs プロジェクト: ModernMAK/UniVox
 public bool Equals(MeshKey other)
 {
     return(Mod.Equals(other.Mod) && string.Equals(Mesh, other.Mesh));
 }
コード例 #2
0
ファイル: ArrayMaterialKey.cs プロジェクト: ModernMAK/UniVox
 public bool Equals(ArrayMaterialKey other)
 {
     return(Mod.Equals(other.Mod) && string.Equals(ArrayMaterial, other.ArrayMaterial));
 }