示例#1
0
 public bool Equals(BlockKey other)
 {
     return(Mod.Equals(other.Mod) && string.Equals(Block, other.Block));
 }