You'll need to either convert self.custom.Number to a string, or use a string format option.
The next issue you'll run into is that system.tag.read*() functions return a list of QualifiedValues and you're not properly extracting the value from that list in your conditional statement.