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); }
protected bool Equals(ItemContent other) { return(Id == other.Id && Amount == other.Amount); }