Example #1
0
 public override int GetHashCode()
 {
     return(ItemID.GetHashCode() ^ RandomPropertiesSeed.GetHashCode() ^
            RandomPropertiesID.GetHashCode() ^ ItemBonus.GetHashCode() ^ Modifications.GetHashCode());
 }
Example #2
0
 public override int GetHashCode()
 {
     return(ItemID.GetHashCode() ^ ItemBonus.GetHashCode() ^ Modifications.GetHashCode());
 }