public override int GetHashCode() { int hashTip = Tip.GetHashCode(); int hashRenk = Renk.GetHashCode(); int hashSayi = Sayi.GetHashCode(); return(hashTip ^ hashRenk ^ hashSayi); }