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