Esempio n. 1
0
        public override int GetHashCode()
        {
            int hashTip  = Tip.GetHashCode();
            int hashRenk = Renk.GetHashCode();
            int hashSayi = Sayi.GetHashCode();

            return(hashTip ^ hashRenk ^ hashSayi);
        }