示例#1
0
 public bool Equals(ChunkIdComponent other)
 {
     return(Value.Equals(other.Value));
 }
示例#2
0
 public bool Equals(BatchGroupIdentity other)
 {
     return(Chunk.Equals(other.Chunk) && MaterialIdentity.Equals(other.MaterialIdentity));
 }