示例#1
0
文件: Tile.cs 项目: jonhzy/GMap.NET
 public override int GetHashCode()
 {
     return(Zoom ^ _pos.GetHashCode());
 }