SuperMap.WindowsPhone.Core.Point2D.GetHashCode C# (CSharp) 메소드

GetHashCode() 공개 메소드

${WP_core_Point2D_method_GetHashCode_D}
public GetHashCode ( ) : int
리턴 int
        public override int GetHashCode()
        {
            return (this.X.GetHashCode() ^ this.Y.GetHashCode());
        }