switch (intVal1, strVal2, boolVal3) { case (1, "hello", false): break; case (2, "world", false): break; case (2, "hello", false): break; }