public override int GetHashCode() { int hashCode = -655591894; hashCode = hashCode * -1521134295 + SPoint.GetHashCode(); hashCode = hashCode * -1521134295 + EPoint.GetHashCode(); return(hashCode); }