Exemple #1
0
 protected bool Equals(ItemContent other)
 {
     return(Id == other.Id && Id2 == other.Id2 && MinAmount == other.MinAmount && MaxAmount == other.MaxAmount &&
            DropGroup == other.DropGroup &&
            SmartDropRate == other.SmartDropRate && Rarity == other.Rarity &&
            EnchantLevel == other.EnchantLevel);
 }
Exemple #2
0
 protected bool Equals(ItemContent other)
 {
     return(Id == other.Id && Amount == other.Amount);
 }