Esempio n. 1
0
            public override int GetHashCode()
            {
                int hashCode = -1262564165;

                hashCode = hashCode * -1521134295 + isParent.GetHashCode();
                hashCode = hashCode * -1521134295 + whenMyGraphics.GetHashCode();
                hashCode = hashCode * -1521134295 + whenOtherGraphics.GetHashCode();
                hashCode = hashCode * -1521134295 + target.GetHashCode();
                return(hashCode);
            }