'sql_equal_to_expression_builder_factory' => function (ContainerInterface $c) {
                    return new GenericCallbackFactory(function ($config) {
                        $arguments = $this->_containerGet($config, 'arguments');
                        $negation = is_bool($arguments[0])
                            ? $arguments[0]