コード例 #1
0
        public override int GetHashCode()
        {
            int hashCode = -655591894;

            hashCode = hashCode * -1521134295 + SPoint.GetHashCode();
            hashCode = hashCode * -1521134295 + EPoint.GetHashCode();
            return(hashCode);
        }