GeoCoordinate.GetHashCode 方法

定义

作为 GeoCoordinate 的哈希函数。

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

当前 GeoCoordinate 的哈希代码。

注解

GeoCoordinate 等效的对象具有相同的哈希代码。 等效 GeoCoordinate 对象具有相同 Latitude 的 和 Longitude 属性。 AltitudeHorizontalAccuracyVerticalAccuracy 属性不用于确定等效性。

适用于