Functions that have the same name are unique if any of the following is true:
- The number of parameters is different.
- The parameter data types are distinct from each other.
For the rules on which parameter data types are distinct from each other, see Parameter Types in Overloaded Functions.