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());
        }