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 . Altitude, HorizontalAccuracyVerticalAccuracy 속성은 동등성을 결정하는 데 사용되지 않습니다.

적용 대상