Basically as long as the connection string is the same (including case), connections will be taken from the same connection pool.
DataPooling is a concept of maintaining of the Database Connection in a pool for some time if created . So if there is any need to connect to database take the particular connection from the database pool & connect to it & do the necessary operations.it reduces the creation of connection all the time.