.Pools.ContainsKey()

ContainsKey(string poolName)

returns:
bool

Description
Returns true if PoolManager.Pools contains a SpawnPool with the given name. See also TryGetValue.

if (PoolManager.Pools.ContainsKey("Foos"))
Debug.log("A 'Foos' pool exists!");