示例#1
0
 /// <summary>
 /// Return a hash code for our map tile
 /// </summary>
 /// <returns></returns>
 public override int GetHashCode()
 {
     return(MapType.GetHashCode() + TileXY.GetHashCode() + ZoomLevel.GetHashCode());
 }