Storm\Core\Containers\Map::offsetExists PHP Method

offsetExists() public method

public offsetExists ( $Instance )
    public function offsetExists($Instance)
    {
        return $this->Storage->contains($Instance) || $this->InversedStorage->contains($Instance);
    }