SuperMap.WindowsPhone.Core.Point2D.GetHashCode C# (CSharp) Method

GetHashCode() public method

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