Until now, I believed that -(void)startToDoSomethingWithThis:(That*)thing andThat:(That*)otherThing
has the following "method signature", which is at the same time also the selector: -startToDoSomethingWithThis:andThat:
But now someone said that the selector is not like the method signature, and that the method signature also contains the arguments and their types. Is that correct?